On Tue, 16 Oct 2012 15:13:09 -0300, William Lopes <williamlopes....@gmail.com> wrote:

Yes, but my currentAtributoGeneric is just one variable and your value is
changed the each iteration. I have that to find another way, something that make reference too. If I use the currentAtributoGeneric like you said, I'll to catch just the last currentAtributoGeneric, independently of which I
choose.

This isn't correct. The context passed to your event handler method will contain exactly the context you passed to it. As every iteration of your loop has a different currentAtributoGeneric, each Submit content context will have a different value.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to