Hi, You can have multiple event handler for the same event:
http://tapestry.apache.org/tapestry5/guide/event.html The one with the same no. of arguments as the no. of context parameters will get called, as well as the no-arg one. I figured that out with my own experiment. Hope that helps. Kenneth 2009/12/27 Ashwanth Kumar <ashwanth.ku...@gmail.com>: > Hello, > > I have a small doubt. I need some clarification regarding the onActivate() > of every Page class.. > > 1. Is it Overloadable? (I know, it has some internal type casting, still > wanted to know?) > 2. If No, help me with the following scenario in my project. > I need to show a page a page to the user, only when it has a context with > it! Else i need to redirect the user to another page. Though i link the > page, only with the t:context, i just need to confirm no one has ever > bookmarked the page, and is seeing it. > > > - Ashwanth Kumar > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org