onChangeEvent of a Select component

2008-01-15 Thread Yeeswara Nadapana (HCL Financial Services)
Hi, How can I implement an onChangeEvent for my select box? I wrote the combo as: select t:id=availableFilters t:type=select model=filterList value=prop:currentFilter / I have to call an event listener method in my page class. Please explain how to do that? Thanks and Regards

Re: onChangeEvent of a Select component

2008-01-15 Thread Howard Lewis Ship
Currently, Tapestry doesn't have a built-in way to accomplish what you want. You will see a property update when the form containing the Select component is submitted. The containing Form component will fire a series of events: prepare, then validate, then success or failure, then submit. Using