I am desperately looking for a solution to get a select element that is dependent on another select element to work inside an AjaxFormLoop. Outside of an AjaxFormLoop, I can use @OnEvent mixin from T5Components to implement the dependent select (i.e. the value selected in the first select is used to populate the values available in the second select). Once this is placed inside an AjaxFormLoop, the client id for the select elements are made unique by having a unique number appended to it. Inside the JavaScript function, it can no longer find the select element to update as it doesn't know which one (what id) to update.
I posted a related question here: http://www.nabble.com/Displaying-the-source-of-an-event-td15346218.html#a22108075 I am really desperate to get this to work. Anything anyone can tell me with regards to this would be whole-heartedly appreciated. Cheers -- View this message in context: http://www.nabble.com/Dependent-%3Cselect%3E-implemented-with-%40OnEvent-mixin-%2B-AjaxFormLoop-tp22108985p22108985.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