I'm confused too! for invalid token message, IE show /processTest.do in the address bar. but when i click the refresh button, a quick look at the status bar show that its calling /showInvalidTokenMessage.do! Yet, refresh after refresh, IE still shows /processTest.do in the address bar.
FireBird, FireFox and Netscape 7.1 show /showInvalidTokenMessage.do in the address bar but also popup the dialog to confir repost! I'm only afraid to have screwed up something real bad here :) ATTA ----- Original Message ----- From: "Hubert Rabago" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL 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 in Mozilla FireBird 0.7!!! And that's my default browser. In between > > these messages I thought I should give IE try and on IE 6.0.2800 the action > > is not called neither do I see the confrimation message of posting again! > > > > Boils down to Browser? > > That's the way I see it. My interpretation of how it should work is the > browser should refresh the last request, and the server already told the > browser to request "/showInvalidTokenMessage.do" and in fact that's what's on > the address bar. If my interpretation is incorrect, somebody please let me > know. If this is a browser bug, maybe it's time to upgrade to Firefox 0.8. > > <confused/>, > Hubert > > --- atta-ur rehman <[EMAIL PROTECTED]> wrote: > > 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 > > > > TRUE. > > > > > > 2. The action for /processTest.do, TestProcessAction, sees that the token > > is > > > invalid and returns an ActionForward that redirects to > > > /showInvalidTokenMessage.do > > > > Actually to mapping.findForward("invalidToken") which is global forward to > > /showInvalidTokenMessage.do. So I assume the answer is TRUE; though i'm not > > sure. > > > > > > > > 3. "/showInvalidTokenMessage.do" forwards to the > > "invalidTokenMessageTile" > > > tile, at which time the browser shows > > > "http://localhost:8080/test/showInvalidTokenMessage.do" on the address > > bar > > > > TRUE. > > > > > > > > 4. The user sees the "invalidTokenMessageTile" tile and clicks on refresh > > > > > > 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 in Mozilla FireBird 0.7!!! And that's my default browser. In between > > these messages I thought I should give IE try and on IE 6.0.2800 the action > > is not called neither do I see the confrimation message of posting again! > > > > Boils down to Browser? > > > > > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Finance Tax Center - File online. File on time. > http://taxes.yahoo.com/filing.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

