You can have more than one onActivate method in a page class. Tapestry
determines, which to call by the parameter count. You can write a catch-all
onActivate. Code looks like this:
Object onActivate(EventContext context) {
  ....
}
If this is the only onActivate-method in the page it will always be called.
(Or even if there are others, haven't tried that out.)
But I think you  might have another problem, because it is not clear to me
how your login page can be displayed, when the url for idnex
(http://localhost:8080/MyAppName/) is called.

-----
http://www.winfonet.eu
--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/onActivate-doubt-tp4648587p4648737.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

Reply via email to