Re: Multiple AjaxFormLoops on one page

2011-08-15 Thread Tomislav Strelar
Thanks guys! - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Multiple AjaxFormLoops on one page

2011-08-15 Thread Thiago H. de Paula Figueiredo
On Mon, 15 Aug 2011 15:19:46 -0300, Emmanuel Demey wrote: Hi Hi! You can maybe use the @onEvent annotation. It takes one parameter : component (the t:id of the companent). So just annotate your methods with this annotation by specifying the type of event and the t:id. I guess you for

Re: Multiple AjaxFormLoops on one page

2011-08-15 Thread Emmanuel Demey
Hi You can maybe use the @onEvent annotation. It takes one parameter : component (the t:id of the companent). So just annotate your methods with this annotation by specifying the type of event and the t:id. Emmanuel Demey Emmanuel Le 15 août 2011 à 19:26, Tomislav Strelar a écrit : > Hello