Re: Can only locate or create session in the context of a request cycle.

2008-04-17 Thread mfs
uot;wicket way" where before i allow the request >> cycle to further continue i can redirect the un-authentication users >> onBeginRequest to LoginPage or something... >> >> Thanks in advance and Regards, >> >> Farhan. > > That is what I meant, but I was

Re: Can only locate or create session in the context of a request cycle.

2008-04-17 Thread Alex Jacoby
Right after I got onto my bike to ride home I realized the same thing you did: it sounds like there's no need for the request cycle -- just look for the token upon session creation (and maybe again if there's a subsequent request for a not-yet-validated session). But then there's the logout

Re: Can only locate or create session in the context of a request cycle.

2008-04-16 Thread mfs
enticate(authToken) == "success") > { > setAuthToken(authToken); > } > } > > I am not sure as to when exactly is the Session is created, but given it > does before the request processing starts, in that case it is fair enough > to have this logic in the Session constructor instead

Re: Can only locate or create session in the context of a request cycle.

2008-04-16 Thread Alex Jacoby
Farhan, I figure we should take this back on-list. Messages in chronological order, with my last response at the bottom. > > On Apr 16, 2008, at 5:06 PM, [EMAIL PROTECTED] wrote: > > Alex, > > > > Wasn't sure how frequent are u in the forum, so thought to mail you > directly the reply...As bel

Re: Can only locate or create session in the context of a request cycle.

2008-04-16 Thread mfs
>>>> the >>>> session data there, but before i do so, i thought to check if >>>> anyone has >>>> a >>>> better work around, ideally i would want to avoid using it. >>>> >>&

Re: Can only locate or create session in the context of a request cycle.

2008-04-16 Thread Alex Jacoby
ut before i do so, i thought to check if anyone has a better work around, ideally i would want to avoid using it. Thanks in advance Farhan -- View this message in context: http://www.nabble.com/Can-only-locate-or-create-session-in-the-context-of-a-request-cycle.-tp16693084p16693084.html Sent from

Re: Can only locate or create session in the context of a request cycle.

2008-04-15 Thread mfs
t;> session data there, but before i do so, i thought to check if anyone has >> a >> better work around, ideally i would want to avoid using it. >> >> Thanks in advance >> >> Farhan >> -- >> View this message in context: >> http://www.nabble.c

Re: Can only locate or create session in the context of a request cycle.

2008-04-15 Thread Johan Compagner
of using HttpSession directly in my filter and store all the > session data there, but before i do so, i thought to check if anyone has a > better work around, ideally i would want to avoid using it. > > Thanks in advance > > Farhan > -- > View this message in context: > h

Re: Can only locate or create session in the context of a request cycle.

2008-04-15 Thread Maurice Marrink
m thinking of using HttpSession directly in my filter and store all the > session data there, but before i do so, i thought to check if anyone has a > better work around, ideally i would want to avoid using it. > > Thanks in advance > > Farhan > -- > View this messag

Can only locate or create session in the context of a request cycle.

2008-04-14 Thread mfs
ext: http://www.nabble.com/Can-only-locate-or-create-session-in-the-context-of-a-request-cycle.-tp16693084p16693084.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For