because he wants to know what page instance was accessed?

-igor


On Jan 30, 2008 11:11 AM, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> > 1. ISessionStore.onBeginRequest and ISessionStore.onEndRequest
> > 2. RequestCycle.onBeginRequest and RequestCycle.onEndRequest.
> >
> > For now I choose to override the ISessionStore because that one is
> > called before and after the RequestCycle methods. I want to check with
> > you guys if this is the best option or not. Which one do you
> > recommend? Is there maybe another candidate I overlooked?
>
> Logically, 2 is nicer, but 1 might give you more clean results. Why
> not use WicketFilter though? If you need/ want separate methods, you
> could just create your own variant of WicketFilter.
>
> Eelco
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to