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]