Re: Override session expiration page

2006-09-22 Thread andyhot
Karthik N wrote: > andy, while i have your attention :-), i had a question: > > handleStaleSessionException on the engine class - when does it get > called in > a request-response cycle? > > will it get called only during a stateful form, or will it get called > even > before any tapestry page gets

Re: Override session expiration page

2006-09-22 Thread Karthik N
andy, while i have your attention :-), i had a question: handleStaleSessionException on the engine class - when does it get called in a request-response cycle? will it get called only during a stateful form, or will it get called even before any tapestry page gets validated. the issue i have is

Re: Override session expiration page

2006-09-22 Thread andyhot
Karthik N wrote: > follow the thread: Expired Session Message - nabble seems to have > mixed 2 or > 3 threads in 1. nope, it's not nabble's fault. In order to send new mails to this list, some people are used to just clicking on reply on some other mail and changing its subject. > > the gist, as

Re: Override session expiration page

2006-09-22 Thread Karthik N
i've been reading up on this http://www.nabble.com/Asynchronous-form-submission-tf2253801.html#a6270976 follow the thread: Expired Session Message - nabble seems to have mixed 2 or 3 threads in 1. the gist, as i've gathered so far - you can create and register your own StaleSession page good l