<< Back - Alkacon logo

OpenCms 6.0 interactive documentation:

Show source

OpenCms logo - Forward >>

Source code for: /alkacon-documentation/documentation_scriptlet/test_method_label.jsp


<%
org.opencms.jsp.CmsJspActionElement cms = new org.opencms.jsp.CmsJspActionElement(pageContext, request, response);
String propertyTemplate = cms.property("template", "search");

cms.include( propertyTemplate, "head" );
%>

<h2>
Some labels from the Workplace:
</h2>
   
Value of "flex.cache.label.title": <%= cms.label("flex.cache.label.title") %>
<p>
Value of "error.message.copytoproject": <%= cms.label("error.message.copytoproject") %>
<p>
Value of "error.reason.copytoproject": <%= cms.label("error.reason.copytoproject") %>
<p>
Value of "title.admindatatypes": <%= cms.label("title.admindatatypes") %>
<p>

<%
cms.include( propertyTemplate, "foot" );
%>

©2005 Alkacon Software GmbH (http://www.alkacon.com) - The OpenCms experts