Re: Jlist & JGoodies Binding



Mkhululi wrote:

First off, I suggest that you post to the
JGoodies Binding user mailing list, as described
in the "Support" section of the README.html.
That's the best place to share information with
other Binding users.

Next, your UniversityCourse bean seems to be mixed up.
You call #setLevels with an ArrayList and have
a setter that accepts a String. Posting a compilable
and runnable example to the user mailing list will
help other users understand your situation.

And I always recommend to study the Binding's
tutorial sources. These include examples how to setup
a master-details solution. The tutorial may already
contain the solution for your situation.

I also suggest to read the JavaDoc class comments for
the SelectionInList and the PresentationModel class.

If your problem persists, post to the user mailing list.
-Karsten

Hi,

I have the following java bean: [...]
.