On Tue, 05 Jul 2011 23:36:39 -0300, Lenny Primak <lpri...@hope.nyc.ny.us> wrote:

I think you need to look at @PageLoaded or @PageAttached annotations / naming conventions to do what you want. onActivate is for page context parameter processing

It's also for any page initialization that needs to be done in both render and event requests. You can also use @BeginRender for anything that needs to be run before a page render. It's not triggered in event requests.

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