Re: Recovery of session during pageValidate

2006-10-24 Thread Shawn Church
gt; >> Example: > >> > >> >> interface="org.apache.tapestry.services.WebRequestFilter"> > >> > >> > >> > >> > >> > >> > >> &

Re: Recovery of session during pageValidate

2006-10-23 Thread Shawn Church
jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Gendler Sent: Friday, October 20, 2006 3:40 PM To: Tapestry users Subject: Re: RE: Recovery of session during pageValidate Can you expound upon how you plug in the WebRequestFilter. Constructing the W

Re: RE: RE: Recovery of session during pageValidate

2006-10-20 Thread Sam Gendler
age- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Gendler Sent: Friday, October 20, 2006 3:40 PM To: Tapestry users Subject: Re: RE: Recovery of session during pageValidate Can you expound upon how you plug in the WebRequestFilter. Constructing the WebRequest subclass looks

RE: RE: Recovery of session during pageValidate

2006-10-20 Thread Jeff Lubetkin
jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Gendler Sent: Friday, October 20, 2006 3:40 PM To: Tapestry users Subject: Re: RE: Recovery of session during pageValidate Can you expound upon how you plug in the WebRequestFilter. C

Re: Recovery of session during pageValidate

2006-10-20 Thread Shawn Church
It's nice to at least know you've had the same problem. Your code below represents exactly what I'm after, but I so far haven't found any practical way to make it work. I've tried things like creating my own POST (using HttpClient) within the current request cycle, but dealing with this "inner" r

Re: RE: Recovery of session during pageValidate

2006-10-20 Thread Sam Gendler
lly the idea helps. jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Gendler Sent: Friday, October 20, 2006 2:15 PM To: Tapestry users Subject: Re: Recovery of session during pageValidate I can think of a couple of ways of doing this. The w

RE: Recovery of session during pageValidate

2006-10-20 Thread Jeff Lubetkin
essage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Gendler Sent: Friday, October 20, 2006 2:15 PM To: Tapestry users Subject: Re: Recovery of session during pageValidate I can think of a couple of ways of doing this. The way I do this is to use an ExternalCallback, store that

Re: Recovery of session during pageValidate

2006-10-20 Thread Sam Gendler
I can think of a couple of ways of doing this. The way I do this is to use an ExternalCallback, store that in session, and after successful authentication, I just execute the callback. However, this only works if you use ExternalLinks, and doesn't work at all if someone submits a form after bein

Recovery of session during pageValidate

2006-10-20 Thread Shawn Church
I'm hoping to find a better way to handle expired sessions without redirecting to a default page. I have many users which tend to let sessions time out over lunch or over night, but who expect to be able to resume working at any time without losing form data, etc. I have a typical "protected" bas