I'm trying to learn Tapestry 5, here is my question: what onActivate does? say:
public void onActivate() { } Does this onActivate corresponding to the servlet's request and response? when the url for the page class is called, onActivate is called for the 'request' part, then since it return 'void', the 'response' is also called(that's the rendering of the class + template process?) -- View this message in context: http://www.nabble.com/t5-newbie%27s-question%EF%BC%9A-how-to-understand-onActivate--tp18919281p18919281.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]