filtering one bound jList on anothers selected ID
Chris_C <[email protected]> Thu, 17 Apr 2008 17:37:46 -0700 (PDT)
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
I have two jLists bound to *different* tables using netbeans IDE persistence unit on a derby db the second table (list) has a foreign key to the first tables ID (the foreign key is called groupID) When the user clicks on the first list, I want to display only records in the second list that have the groupid of the first lists selected id. (err not a brilliant description but I how you understand!) I'm struggling to progress further as I've not been able to find a similar tutorial. Any ideas most welcome! Thanks Chris -- View this message in context: http://www.nabble.com/filtering-one-bound-jList-on-anothers-selected-ID-tp16758472p16758472.html Sent from the Netbeans - UI mailing list archive at Nabble.com.