Good afternoon. I would like to implement a Tapestry 5-based dynamic DropDownBox "Category", which has one child called "Application" which has a child too called "Version". These boxes are populated with three functions which browse a mysql database and return lists.
Here is the signature of these (existing) functions : public ArrayList<String> getCategories(); public ArrayList<String> getApplicationsFromSelectedCategory(String category); public ArrayList<String> getVersionsFronSelectedApplication(String application); I tried a lots of thing to implement these three selectboxest, including DynamicSelect from net.sf.lombok library (which works perfectly but only with one child) and javascript code, but I still didn't manage to populate each child from its parent selection. Can someone help me ? Thanks -- View this message in context: http://www.nabble.com/Dynamic-DropdownBox-%28Select%29-tp24118796p24118796.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org