Em Fri, 16 Oct 2009 04:28:57 -0300, Alexander Reelsen <a...@emplify.de> escreveu:

This is exactly what I want. But why does this not go "in line" with my
url rewriting question? If I have three parameters for the onactivate,
where else instead of the url are those constructed of?

That's what Tapestry calls the activation context. When creating an EventLink or ActionLink, use the context parameter to provide the activation context. You can pass an object or a List or array of them. Tapestry asks the activation context of a given page at a given time by invoking the page's onPassivate() method, if it exists. That's where the magic happens. :)

--
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