[EMAIL PROTECTED] wrote:

>In the mean time, my design goal was to make it possible to load multiple
>independent Struts applications into a single webapp, for the following
>purposes:
>
>* An individual Struts app should be able to be packaged in a WAR
>  by itself, or in combination with other Struts apps, with *no*
>  changes to the code, pages, resources, or the struts-config.xml
>  file.
>
A nice goal but not quite my experience yet.  I'm experimenting with 
sub-apps using recent nightly builds and have found that if you have a 
sub-app called "foo" it seems to look for the JSPs under a directory 
called "foo" when you call findForward from your action class.  However 
if you forward to a jsp which uses the struts template library the 
template:put tag stills looks for the file relative to the application 
root folder (not the subapp's root folder).   Am I doing something wrong 
or is this a problem?

Andrew.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to