Hi, Check the struts-config_1_1.dtd, there is a lot of comment.
-Emmanuel --- Greg Hess <[EMAIL PROTECTED]> a �crit�: > Hi All, > > I am working with sub-apps nesting pages within the WEB-INF security blanket > and I have read a archive that states to support this strategy I must set > the "pagePattern" and "forwardPattern" of the <controller> in the > struts-config.xml to avoid my forwards being interpreted as: > > /defaultapp/subapp/WEB-INF/pages/some.jsp, that does not exist. > > I have set the <controller> as follows: > > <!-- Custom RequestProcessor to handle http/https switching --> > <controller > processorClass="org.apache.struts.action.SecureRequestProcessor" > nocache="true" > forwardPattern="/WEB-INF/$A$P" > pagePattern="/WEB-INF/$A$P"/> > > My pages are still being interpreted incorrectly and I cannot find any > documentation on this tag or setting. > > Any help is greatly appreciated, > > Thanks, > > Greg > > > ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Mail : http://fr.mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

