I use the ZoneUpdater mixin to do this. http://tinybits.blogspot.com/2010/03/new-and-better-zoneupdater.html
<t:select t:id="firstselect" ... rest of the stuff ... t:mixins="zoneUpdater" t:zone="myzone" t:clientEvent="change" event="change" /> @Log void onChangeFromFirstSelect(String value) { //set options for second select } The zone encompasses all the selects. -- View this message in context: http://tapestry-users.832.n2.nabble.com/Dynamic-combo-box-Tapestry-5-2-2-tp6011286p6011408.html Sent from the Tapestry Users 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