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]>
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
Maybe this is simple, but then again may it's not... I've got a
Struts app that I'm breaking up onto modules so that I can keep the
configs seperate. The JSP files are already seperated out into
different directories, but what I want to do is hide all of them in
the WEB-INF directory. I kno
3 matches
Mail list logo