RE: Struts 1.0 redirect problem!

2006-10-05 Thread David Friedman
error might clarify the issue. Regards, David -Original Message- From: Swaminathan Subramanian [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 10:55 AM To: Struts Users Mailing List Subject: Re: Struts 1.0 redirect problem! That's the whole point. I do not understand why it is l

Fwd: Re: Struts 1.0 redirect problem!

2006-10-05 Thread Swaminathan Subramanian
Hello! I posed this question a few weeks ago and I have not received an answer to resolve this problem. I would appreciate any help/suggestions to resolve this. Thanks, SS __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection

Re: Struts 1.0 redirect problem!

2006-09-19 Thread Swaminathan Subramanian
That's the whole point. I do not understand why it is looking for this mapping when it has been set to be GroupRulesManager/returnToPrev. By the way, I tried changing the mapping to Global/returnToPrev and still got the same error. Using Firefox, I get redirected to google's search page after makin

Re: Struts 1.0 redirect problem!

2006-09-18 Thread Michael Jouravlev
Do you see the action with path "/GroupRulesManager/Global/returnToPrev"? Me neither. I see one with the path "/GroupRulesManager/returnToPrev" instead. I have no idea why it worked before. On 9/18/06, Swaminathan Subramanian <[EMAIL PROTECTED]> wrote: Hello! I am working on upgrading a Struts

Struts 1.0 redirect problem!

2006-09-18 Thread Swaminathan Subramanian
Hello! I am working on upgrading a Struts application (running on Linux with Resin 2.1) to use Resin 3.0. One of the modules simulates a wizard in which there is an index.jsp, then a data entry jsp and then on confirmation, the user gets redirected to the index.jsp. This was working with Resin 2.1.