Hello,
I don't know why <html:base ...> act like this (need some investigation), but you could replace it by : <base href="<%=request.getContextPath()%>" /> Hope this help, Cedric Matt Raible wrote: > I am using the <html:base/> tag in my baseLayout.jsp file. I was hoping this > would simply render the host + context of my application, however it gives the > full path to my base tiles template. > > Any ideas? > > My idea is to just do away with it. > > Here's what it renders: > > <base href="http://localhost/onpoint/layouts/baseLayout.jsp"> > > Thanks, > > Matt > > __________________________________________________ > Do You Yahoo!? > Try FREE Yahoo! Mail - the world's greatest free email! > http://mail.yahoo.com/ > > -- > 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]>

