Em Thu, 27 Aug 2009 02:35:55 -0300, ThirstyCrow <5451vs5...@gmail.com> escreveu:

it works. However, the solution is still a little ugly. As you see, I have to manually split the parameter to get the page and block names. I tried the two-parameter method: Object onAction(String page, String block), but
tapestry failed to call it.

Your context should be a List of strings, the page as the first element, the block as the second. Thus, your onAction(String page, String block) will be invoked.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to