Hi everyone,
I am sure this question has been asked before, but I have tried to search the mailing list without much luck. The question is, is there an easy or "best practice" way to implement two drop-down boxes where the selection choices for one of them depends on the second one. In addition, the selection choices should change without having to go back to the server (e.g. via javascript). I already know how to implement the approach where it goes back to the server every time the "parent" drop-down box changes to reload the child drop-down box (e.g. example shown in Kent Tong's excellent Enjoying Web Development with Tapestry book), but I like to know if there is a way to do this easily without having to go back to the server every time. I saw that there is a component called "DynamicSelectionList" on the Tassel web site, but the documentation on how to use it is lacking (the site is down as stated). Thanks in advance for any help, Ben Wong
