redirect=true and Tiles; does it work?

2004-03-24 Thread atta-ur rehman
Dear all, I've been struggling with this problem for about two days now; I hope somebody here would be able to help me. In one of my actions I've implemented Struts token functionality to keep user from using browser Refresh button. Every thing works as promised except for when invalid token

Re: redirect=true and Tiles; does it work?

2004-03-24 Thread atta-ur rehman
Any takers? ATTA - Original Message - From: atta-ur rehman [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 10:17 AM Subject: redirect=true and Tiles; does it work? Dear all, I've been struggling with this problem for about two days

Re: redirect=true and Tiles; does it work?

2004-03-24 Thread Hubert Rabago
--- atta-ur rehman [EMAIL PROTECTED] wrote: Any takers? I'll give it a shot. ATTA - Original Message - From: atta-ur rehman [EMAIL PROTECTED] global-forwards forward name=invalidToken path=showInvalidTokenMessage.do redirect=true / /global-forwards I believe the

RE: redirect=true and Tiles; does it work?

2004-03-24 Thread David Friedman
, March 24, 2004 5:12 PM To: Struts Users Mailing List Subject: Re: redirect=true and Tiles; does it work? Any takers? ATTA - Original Message - From: atta-ur rehman [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 10:17 AM Subject: redirect

Re: redirect=true and Tiles; does it work?

2004-03-24 Thread atta-ur rehman
and Tiles; does it work? --- atta-ur rehman [EMAIL PROTECTED] wrote: Any takers? I'll give it a shot. ATTA - Original Message - From: atta-ur rehman [EMAIL PROTECTED] global-forwards forward name=invalidToken path=showInvalidTokenMessage.do redirect=true

Re: redirect=true and Tiles; does it work?

2004-03-24 Thread Hubert Rabago
--- atta-ur rehman [EMAIL PROTECTED] wrote: TestProcessAction just forwards to success forward. But before it does that it check for the valid token and in the case of an invalid token it just forwards (redirects) to the invalidToken global forward. On invalid token message press refresh

Re: redirect=true and Tiles; does it work?

2004-03-24 Thread atta-ur rehman
, 2004 3:07 PM Subject: Re: redirect=true and Tiles; does it work? --- atta-ur rehman [EMAIL PROTECTED] wrote: TestProcessAction just forwards to success forward. But before it does that it check for the valid token and in the case of an invalid token it just forwards (redirects

Re: redirect=true and Tiles; does it work?

2004-03-24 Thread Hubert Rabago
- From: Hubert Rabago [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 3:07 PM Subject: Re: redirect=true and Tiles; does it work? --- atta-ur rehman [EMAIL PROTECTED] wrote: TestProcessAction just forwards to success forward. But before

Re: redirect=true and Tiles; does it work?

2004-03-24 Thread atta-ur rehman
See inline, please. - Original Message - From: Hubert Rabago [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 3:56 PM Subject: Re: redirect=true and Tiles; does it work? Is this correct? 1. User submits the form to /processTest.do

Re: redirect=true and Tiles; does it work?

2004-03-24 Thread atta-ur rehman
! - Original Message - From: atta-ur rehman [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 4:11 PM Subject: Re: redirect=true and Tiles; does it work? See inline, please. - Original Message - From: Hubert Rabago [EMAIL PROTECTED

Re: redirect=true and Tiles; does it work?

2004-03-24 Thread atta-ur rehman
I can confirm the stated behavior for both Mozilla FireFox 0.8 and Netscape 7.1 too. - Original Message - From: atta-ur rehman [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 4:15 PM Subject: Re: redirect=true and Tiles; does it work

Re: redirect=true and Tiles; does it work?

2004-03-24 Thread Hubert Rabago
. - Original Message - From: Hubert Rabago [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 3:56 PM Subject: Re: redirect=true and Tiles; does it work? Is this correct? 1. User submits the form to /processTest.do TRUE

Re: redirect=true and Tiles; does it work?

2004-03-24 Thread atta-ur rehman
PROTECTED] Sent: Wednesday, March 24, 2004 4:13 PM Subject: Re: redirect=true and Tiles; does it work? And you're saying that with http://localhost:8080/test/showInvalidTokenMessage.do; on the address bar, the user clicks on refresh and causes TestProcessAction to execute again? TRUE