Re: Global Footer Accross All Webapps

2007-05-02 Thread Brantley Hobbs
http://struts.apache.org/1.x/struts-tiles/ A more structured replacement for plain-old JSP include statements. B. Simon Stone wrote: Sorry to be dim, what are tiles ? Brantley Hobbs-3 wrote: You could easily do it with tiles. An alternative would be to use a filter and append your footer t

Re: Global Footer Accross All Webapps

2007-05-02 Thread Simon Stone
> To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Global-Footer-Accross-All-Webapps

Re: Global Footer Accross All Webapps

2007-04-19 Thread Rashmi Rubdi
On 4/19/07, Simon Stone <[EMAIL PROTECTED]> wrote: I am trying to find a way to put some html text on the bottom of all pages across all webapps. It is easily possible to include a static (header) or footer file across all JSPs with include-prelude and include-coda , they can be configured in

Re: Global Footer Accross All Webapps

2007-04-19 Thread Brantley Hobbs
Doh. My coffee hasn't kicked in yet: I just noticed that you want one for every webapp, not just a single one. I wonder if you can do it with a valve. That's a tomcat specific thing, IIRC, so you might not be able to port that to some other container in the future. B. Simon Stone wrote:

Re: Global Footer Accross All Webapps

2007-04-19 Thread Brantley Hobbs
You could easily do it with tiles. An alternative would be to use a filter and append your footer to the output stream. B. Simon Stone wrote: I am trying to find a way to put some html text on the bottom of all pages across all webapps. So what i would like to acheive is when any page is dis

Global Footer Accross All Webapps

2007-04-19 Thread Simon Stone
e.jsp WebApp3 index.jsp anyotherpage.jsp -- View this message in context: http://www.nabble.com/Global-Footer-Accross-All-Webapps-tf3606998.html#a10077332 Sent from the Tomcat - User mailing list archive at Nabbl