Em Tue, 28 Oct 2008 06:04:02 -0300, Joel Halbert <[EMAIL PROTECTED]> escreveu:

Well, typically loading model data, which I would want to do from a single place, once the onActivate method(s) had been called.

Well, the onActivate methods are the ones meant to load data. Take a look at this page, http://tapestry.apache.org/tapestry5/guide/pagenav.html, section Page Navigation.

If your issue is having a single onActivate method that is always called, regardless of the number of parameters, it must have an EventContext as a parameter. Its Javadoc is here: http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/EventContext.html.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to