I'm now trying the <template:insert> with no success. Here's what I'm doing:
<template:insert template="/WEB-INF/pages/admin/sidenav.html" >some more
text</template:insert>
the content of sidenav.html is just static html with the typical links to
other pages
is this all because I'm behind WEB-INF????
At 12:16 PM 9/12/01 -0400, you wrote:
>I haven't worked much with the jsp:include tag myself, but I do know
>that the Tiles tags can assemble pages stored under WEB-INF.
>
>-- Ted Husted, Husted dot Com, Fairport NY USA.
>-- Custom Software ~ Technical Services.
>-- Tel +1 716 737-3463
>-- http://www.husted.com/about/struts/
>
>
>Tom Tibbetts wrote:
> >
> > Hi All. I know this may not be totally germain, but I bring it up because
> > I'm keeping all my JSPs behind the WEB-INF wall which is a Struts best
> > practice....
> >
> > The problem I'm having is that I want to use a <jsp:include> and the page I
> > want to include is not showing up in my HTML output from the servlet
> > compiler. I've tried putting copies of my include page everywhere with no
> > good results. Has anyone else done this with success?? Thanks in
> advance, Tom