[opencms-dev] Modify content JSP without HTML

Tom Miller tom at hostwebase.com
Mon Oct 9 22:08:24 CEST 2006


Is there a better way to embed opencms taglib in a full and 
complex jsp file?   Is there other example beside the simple 
example in the documentation.


Thanks much,

Tom.





---- Original message ----
>Date: Mon, 9 Oct 2006 13:55:35 -0400
>From: Tom Miller <tom at hostwebase.com>  
>Subject: [opencms-dev] Modify content JSP without HTML  
>To: opencms-dev at opencms.org
>
>
>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
>
>_______________________________________________
>This mail is sent to you from the opencms-dev mailing list
>To change your list options, or to unsubscribe from the 
list, please visit
>http://lists.opencms.org/mailman/listinfo/opencms-dev



More information about the opencms-dev mailing list