On Fri, 24 Sep 2010 13:11:02 -0300, Michael Taylor <miketay...@google.com> wrote:

It looks like at the point of the action link invocation, tapestry is trying to recompute the parameter value based on the containing page, but since the containing page doesn’t re-render, there is no loop and as a result the
“current” loop iteration property is “0”.

You can't rely on the loop iteration property when the loop is not being rendered. You need to pass the id as the context to your ActionLink.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to