Re: Tomcat adding files

2007-07-02 Thread coder5436uk
alternative is to use jsp preludes. Which allow you to add stuff to > the beginning or end of all jsp pages. > > For example: put this in web.xml: > > > *.jsp > /WEB-INF/prelude1.jspf > > > > > -Tim > > coder5436uk wrote: >> I

Tomcat adding files

2007-06-29 Thread coder5436uk
I have an install of tomcat and I wish to add a default header and footer to each page, any one know how to do this ? I am running files which come out with simple text, I want to include them all in a site template without having to change the code in each page. eg. simple page <%= hello