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 own ForwardAction with copy & paste and changed the > following code: > > Current code in ForwardAction: > ActionForward retVal = new ActionForward(path); > > My code: > ActionForward retVal = new ActionForward(null, path, false, ""); > >