Hi, I am using struts 2.0.11. I want to call a javascript method from the doubleselect tag's doubleOnchange attribute but its not working. The html code generated does not show any code against the second select onchang attribute. Can anyone help ???. Or provide me an example where doubleOnchange is working
Here is the code <s:doubleselect label="Applications" doubleOnchange="javascript:changeEvent();return false;" name="selectedApplication" doubleName="selectedEvent" list="applications" doubleList="events" listKey="appId" doubleListKey="eventNumber" listValue="name" doubleListValue="title" value="defaultApplication" doubleValue="defaultEvent"> </s:doubleselect> Regards --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]