onChangeFromYourSelect() should work. You've got a lowercase "c" in "create", maybe this is the issue?
On Wed, 2011-02-16 at 02:09 -0800, Sylver wrote: > Hy guys, > i have a simple problem but i don't find the solution :/ > I have a select component with some value on it and i need to use the value > when the user select it. > But i'm stuck on step 1 because i don't succeed to detect when the user > select a line. > > The id of the select : createFormA > I tought i just needed to have a method like : > onChangeFromcreateFormA() { > System.out.println("test"); > } > but it's not working (with onSuccess, onSelect...). > I'm sure the solution is very simple but i don't find it :) > > Thanks ! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org