Re: Problem with ForwardAction after update from Struts 1.2.9 to 1.3.8

2007-10-28 Thread Paul Benedict
Are you using the ComposableRequestProcessor or just the RequestProcessor for the controller? Paul On 10/25/07, Samuel Fleischle [EMAIL PROTECTED] wrote: Yes I´m sure, I only changed the Jars and replaced the contextRelative attribute in my JSPs and in my Struts config. Meanwhile I wrote my

RE: Problem with ForwardAction after update from Struts 1.2.9 to 1.3.8

2007-10-25 Thread Samuel Fleischle
: ActionForward retVal = new ActionForward(null, path, false, ); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Benedict Sent: Thursday, October 18, 2007 6:07 AM To: Struts Users Mailing List Subject: Re: Problem with ForwardAction after update from

Re: Problem with ForwardAction after update from Struts 1.2.9 to 1.3.8

2007-10-17 Thread Paul Benedict
That sounds like a bug to me. Are you sure this is the behavior and nothing has changed from your upgrade? On 10/12/07, Samuel Fleischle [EMAIL PROTECTED] wrote: Hello, I updated from Struts 1.2.9 to Struts 1.3.8. Now I have the following problem in my ForwardActions. Here is an example of