Re: A problem with form-based login

2006-07-25 Thread Thomas Joseph
Message - From: Antonio Petrelli To: Struts Users Mailing List Sent: Tuesday, July 25, 2006 6:23 PM Subject: Re: A problem with form-based login David Soler ha scritto: > But I want to use the default form-based login (in web.xml) > > I'll try to explain my

Re: A problem with form-based login

2006-07-25 Thread Antonio Petrelli
David Soler ha scritto: But I want to use the default form-based login (in web.xml) I'll try to explain my problem better. When you enter the page, the login form appears, becuase of this: FORM my realm /LoginForm.jsp /LoginError.jsp Why don't you change directly then?

RE: A problem with form-based login

2006-07-25 Thread David Soler
u in the right direction. Jose Cardoso jr -Original Message- From: David Soler [mailto:[EMAIL PROTECTED] Sent: 25 July 2006 12:27 To: user@struts.apache.org Subject: A problem with form-based login Hi, I have a problem with form-based login. This way of login remembers the page wher

RE: A problem with form-based login

2006-07-25 Thread Jose Cardoso
Jose Cardoso jr -Original Message- From: David Soler [mailto:[EMAIL PROTECTED] Sent: 25 July 2006 12:27 To: user@struts.apache.org Subject: A problem with form-based login Hi, I have a problem with form-based login. This way of login remembers the page where you want to go when the sess

A problem with form-based login

2006-07-25 Thread David Soler
Hi, I have a problem with form-based login. This way of login remembers the page where you want to go when the session expires, but I don't want this. I always want it to go to the index page, because the index page must do some operations before entering the page. Somebody knows how