RE: R: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Geeta Ramani
uh oh.. you're spamming again..! > -Original Message- > From: Ricardo Andres Quintero [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 24, 2004 12:48 PM > To: Struts Users Mailing List > Subject: Re: R: R: R: Back Browser Button After Logout and Reload so >

Re: R: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Ricardo Andres Quintero
27;m just curious to your solution. > > > > BR > > /Amleto > > > > > > > > -----Messaggio originale- > > Da: Mark R. Diggory [mailto:[EMAIL PROTECTED] > > Inviato: giovedì 24 giugno 2004 17.36 > > A: Struts Users Mailing

Re: R: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Ricardo Andres Quintero
27;m just curious to your solution. > > > > BR > > /Amleto > > > > > > > > -----Messaggio originale- > > Da: Mark R. Diggory [mailto:[EMAIL PROTECTED] > > Inviato: giovedì 24 giugno 2004 17.36 > > A: Struts Users Mailing

Re: R: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Mark R. Diggory
2004 17.36 A: Struts Users Mailing List Oggetto: Re: R: R: Back Browser Button After Logout and Reload so that continue working Where do you store your user information for authentication? What is behind your SecurityDelegate object. Our current project uses Tomcat/Sruts, we use Form Authenticator

Re: R: Re: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Ricardo Andres Quintero
ro [mailto:[EMAIL PROTECTED] > Inviato: giovedì 24 giugno 2004 16.50 > A: [EMAIL PROTECTED] > Oggetto: Fw: Re: R: R: Back Browser Button After Logout and Reload so > that continue working > > thank u mark > but i need some code please > like Amleto Di Salle Wrote. > >

R: Re: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Amleto Di Salle
un 2004 11:36:22 -0400 Subject: Re: R: R: Back Browser Button After Logout and Reload so that continue working Where do you store your user information for authentication? What is behind your SecurityDelegate object. Our current project uses Tomcat/Sruts, we use Form Authenticator and a JNDIRealm to

R: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Amleto Di Salle
Mark R. Diggory [mailto:[EMAIL PROTECTED] Inviato: giovedì 24 giugno 2004 17.36 A: Struts Users Mailing List Oggetto: Re: R: R: Back Browser Button After Logout and Reload so that continue working Where do you store your user information for authentication? What is behind your SecurityDel

Fw: Re: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Ricardo Andres Quintero
thank u mark but i need some code please like Amleto Di Salle Wrote. -- Forwarded Message --- From: "Mark R. Diggory" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Sent: Thu, 24 Jun 2004 11:36:22 -0400 Subject: Re: R: R: Back Brows

Fw: Re: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Ricardo Andres Quintero
thank u mark but i need some code please like Amleto Di Salle Wrote. -- Forwarded Message --- From: "Mark R. Diggory" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Sent: Thu, 24 Jun 2004 11:36:22 -0400 Subject: Re: R: R: Back Brows

Re: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Mark R. Diggory
Where do you store your user information for authentication? What is behind your SecurityDelegate object. Our current project uses Tomcat/Sruts, we use Form Authenticator and a JNDIRealm to authenticate our users which are configured in the server.xml, access to any webapplication resources is

R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Amleto Di Salle
Hi, I have the following classes and it seems to work: 1) public class LoginAction extends Action { public ActionForward execute( ActionMapping actionMapping, ActionForm actionForm, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse ) throws InvalidLoginException {

R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Amleto Di Salle
You are right! :-) But if you don't use the jsp directly (i.e. the application URLs "points" always to an Action) and the Action "validate" the user you don't have to use the auto-session creation in the jsp pages. BR /Amleto -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL P