You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by nicolas de loof <ni...@gmail.com> on 2007/01/05 10:00:50 UTC

[s1.3] modules and JSP under WEB-INF

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.