Re: filtering one bound jList on anothers selected ID
Chris_C <[email protected]> Fri, 18 Apr 2008 01:53:53 -0700 (PDT)
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Ok solved it (must have been waiting nearly 10 years for this functionality -
*very* powerful)
I used the master detail crud wizard to see how it was done
Basically set the binding source to the first jList
this allows you to select ${selectedElement.siteCollection} (siteCollection
- from the site table that the second jlist uses)
for display expression you can then choose the appropriate field...
very easy (as it turned out) very powerful
seems to work very well, I'd recommend anyone give netbeans 6.0 a good look!
--
View this message in context: http://www.nabble.com/filtering-one-bound-jList-on-anothers-selected-ID-tp16758472p16762544.html
Sent from the Netbeans - UI mailing list archive at Nabble.com.