There has been a discussion on this before on the maling list .. 
If you are using Tiles with Struts then this can be taken care of .. 

-----Original Message-----
From: Peng Zhao [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 12, 2003 4:33 AM
To: [EMAIL PROTECTED]
Subject: Template VS JSP:include


which one is better?

As a website of n pages, the template method will have
  1(template) + 2*n(one use template, the other is "content") = 2*n+1 JSPs

the jsp:include method only have
  n(pages) + m(header, footer...) = n+m



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to