Re: single redirect.

2004-10-18 Thread Eddie Bush
rham David R Jr Contr 805 CSPTS/SCE" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, October 18, 2004 12:57 PM Subject: RE: single redirect. Basically I would like to temporarily set redirect on a given forward, is this poss

RE: single redirect.

2004-10-18 Thread Durham David R Jr Contr 805 CSPTS/SCE
> Basically I would like to temporarily set redirect on a given forward, > is this possible? The ActionServlet "freezes" the configuration of Forwards in ActionServlet.init(), so you're better off creating 2 forwards, IMO. - Dave -

single redirect.

2004-10-18 Thread Matt Higgins
I have a few cases in my app where I would like to redirect instead or the default forward. I have an Action that process a query sting then I would like to redirect back to the page that called the action. I have tried to set the redirect flag on the ForwardConfig for the calling page but it seam