Never mind, I figured it out. It turns out the the <template:insert> and <template:put> tags do not prefix the sub-app name to the given URI (which is a relief). I had a problem in my struts-config that made it look like this was happening.
Thanks, Troy On Wed, 2002-07-17 at 15:50, Troy Hart wrote: > Is there way to tell the template tag libs to treat URIs as context > relative? > > I am working on a large struts application that has been split into > multiple sub-apps. We are using the template tag libs and I would like > to be able to share some of the templates/content across all the > sub-apps. However, the sub-app prefix is always prefixed to the URIs I > specify with <template:insert> and <template:put>, resulting in bogus > URIs. > > I can provide more information if it is helpful. > > Thanks in advance, > > Troy > > > > > -- > 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]>

