[opencms-dev] Modify content JSP without HTML
Tom Miller
tom at hostwebase.com
Mon Oct 9 19:55:35 CEST 2006
Greetings,
How to modify the content of a jsp web page without including
html files as the following code:
<%
//some jsp code
%>
Some fixed content go here
<!-- editable content start here -->
<cms:include file="test1.html" element="body"
editable="true"/>
<!-- editable content ends here -->
<%
//some jsp code
%>
<!-- editable content start here -->
<cms:include file="test2.html" element="body"
editable="true"/>
<!-- editable content ends here -->
Thank you.
Tom
More information about the opencms-dev
mailing list