Re: Modularized app and hiding JSPs

2006-04-23 Thread Ted Husted
Yes, it's easy. The configuration point you need is pagePattern * http://struts.apache.org/struts-action/userGuide/configuration.html You would probably want to use something like so that the locations resolve to /WEB-INF/jsp/search/search.do -Ted. On 4/21/06, Alan Treece <[EMAIL PROTECTED]>

Re: Modularized app and hiding JSPs

2006-04-21 Thread Frank W. Zammetti
Alan, did you know that you can have multiple config files without resorting to modules? I ask because I've found in my experience that many times people use modules without knowing that, and make life more difficult for themselves. As for hiding JSPs in WEB-INF, if memory serves, they are on