Pardon me if this questions seems a bit daft, but what does using multiple 
sub-applications buy you other than splitting the app. into logical chunks, each with 
its own config file?  

> -----Original Message-----
> From: Eddie Bush [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 26, 2002 10:23 AM
> To: Struts Users Mailing List
> Subject: Re: multiple sub projects
> 
> 
> I believe what you're trying to do is covered by the contextRelative 
> attribute of the forward.  Have you tried setting 
> 'contextRelative="true"' on a forward?  What it does is tell Struts 
> "Interpret this as though it's relative to the APPLICATION 
> context (not 
> module context)".  I know this works for global forwards, and 
> I believe 
> it would also work for a local one.  Note that by specifying 
> contextRelative="true" you must provide a path which is, in fact, 
> relative to the application and not the module :-)
> 
> Anthony Martin wrote:
> 
> >What about situations where a common .jsp file is used as a 
> target for
> >forward by multiple sub-applications?
> >
> 
> -- 
> Eddie Bush
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 

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

Reply via email to