What do you mean with overloadable? something like...

a) void onActivate()
b) void onActivate(String param)

you mean that? I think the easier way is to do only one method:

onActivate(EventContext context), tapestry5 will hit it always.

On Sat, Dec 26, 2009 at 9:57 PM, Ashwanth Kumar
<ashwanth.ku...@gmail.com> wrote:
> 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

Reply via email to