You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Simon Stone <si...@hotmail.com> on 2007/05/02 17:54:22 UTC

Re: Global Footer Accross All Webapps

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 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 displayed to a
>> visitor
>> at the bottom of the page, MY text is added without changing the files
>> within the webapp's themselves.
>> 
>> Basically a global footer page.
>> 
>> An example of the footer page, would have the following information:-
>> 
>> Powered by Apache Tomcat  http://globalsite.com/images/tomcat.jpg border= 
>> 
>> 
>> My current structure is as follows:-
>> 
>> Tomcat
>>    WebApp1
>>       index.jsp
>>       page2.jsp
>>    WebApp2
>>       index.jsp
>>       someotherpage.jsp
>>    WebApp3
>>       index.jsp
>>       anyotherpage.jsp
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Global-Footer-Accross-All-Webapps-tf3606998.html#a10287112
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Global Footer Accross All Webapps

Posted by Brantley Hobbs <sb...@uga.edu>.
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 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 displayed to a
>>> visitor
>>> at the bottom of the page, MY text is added without changing the files
>>> within the webapp's themselves.
>>>
>>> Basically a global footer page.
>>>
>>> An example of the footer page, would have the following information:-
>>>
>>> Powered by Apache Tomcat  http://globalsite.com/images/tomcat.jpg border= 
>>>
>>>
>>> My current structure is as follows:-
>>>
>>> Tomcat
>>>    WebApp1
>>>       index.jsp
>>>       page2.jsp
>>>    WebApp2
>>>       index.jsp
>>>       someotherpage.jsp
>>>    WebApp3
>>>       index.jsp
>>>       anyotherpage.jsp
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
>>
> 

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org