This Package contents a CmsJspActionElement especially for JSP 2.0 webapps.
OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
If you store this Object into the request (e.g. within template.jsp) like:
<c:if test="${empty cms}" > <% CommonsTemplateHandler cms = new CommonsTemplateHandler(pageContext, request, response); request.setAttribute("cms", cms); %> </c:if>
you can use the expressions like ${cms.link[...]}, ${cms.content.....}, etc...
for more Information see JavaDoc.
Maven Repository: http://bp-cms-commons.sourceforge.net/m2repo/
Maven Site Documentation: http://bp-cms-commons.sourceforge.net/m2site/