Re: Stale session problem

2007-07-23 Thread nobody22
gic with your visit-user object ... some-criterias could > be visit != null && visit.name != null && visit.password != null ... if > there is a criteria which doesn't match the current state of user -> > throw PageRedirectException > > for your first steps you ca

Re: Stale session problem

2007-07-23 Thread nobody22
thanks a lot! the problem is the Visit object. Do you think is it possible solve problem set Visit Object to null? Or, how can i redirect on session time out th application on login page? Thnaks in advance eckobar wrote: > > in the example > http://svn.apache.org/viewvc/tapestry/tapestry4/t

session time out

2007-07-09 Thread nobody22
Hi, I'm using tapestry-3.0.4. I have a logon page with username and password input fields. First time I submit form it works fine. If username and password are correct I go on to Welcome page, otherwise I'm redirect on my logon page with an error message. Second time i submit form, if I enter