Hi,
We are including header and footer using include in our PTs and they get dynamically changed when we preview it on TS servers.
But when we generate the page and blow out our pages they wont interpret the changes we do in header and footer includes, this is because while generating pages it is resolving the include file code as an HTML code and generating the resultant page.
Could anyone please suggest how to go about including the files in a PT so that while generating the page it goes as an include in the resultant page but not as an HTML code.
this is how we are doing it now in a PT ...
[html]
<%@ include file="/inc/Footer.jsp"%>
also tried this too
<!--#include virtual="/inc/Footer.jsp" -->
[/html]
this code is being resolved as below in a generated page ...
[html]
[/html]
we are looking to have it being resolved as
[html] [/html] in generated pages
so that whenever there is a change in footer page we dont have to regenrate all the pages.
Any suggestions in this regard would be really appreciated.
Thanks all,
Phanie