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
On Jul 5, 2011, at 10:33 PM, dick_hu wrote: > > Thiago H. de Paula Figueiredo wrote: >> >> This is not unnecessary: it's normal, correct, expected Tapestry behavior. >> The activate event is triggered everytime a page is requested, being it a >> render or event (action) one. >> > I see,but my actionlink trigger a ajax action and return a zone, > the page's activate method is just do the page's init work,It's not any > relation with my actionlink action. > Is there any other way to init the page? Can I init in other page render > method ? > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/a-component-problem-in-work-tp4555384p4555517.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org