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 -