Thanks guys!
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
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
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
Hello everyone.
Is it possible to have multiple AjaxFormLoops on a single page. I was
reading some messages in this mailing list and saw that people use
nested AjaxFormLoop, but they didn't tell how they do it. :)
However, I do not need nested AjaxFormLoop. I just need two of them
outside one ano