Hello, I'm using Struts 1.3.5. My application use struts modules. I'd like to put my JSPs under /WEB-INF/pages, so I've set forwardPattern to "/WEB-INF/pages$M$P". That works for JSP, but when I use a redirect forward to a ".do" (for postback actions) the action URI also is converted to "/WEB-INF/pages/module/action.do"
Is there any way to use an alternate pattern for redirect forwards ? Nico.