template Tag Library

This tag library contains tags to include ECE templates and other JSP files. Addition to this there are tags to set different default objects(as PresentationArticle and PresentationPool), and some simple testing.

The tags used to set the default objects are normally only invoked once per request. This is typically done in the index.jsp or article.jsp files.

The essential tags in this taglib are:

  • call

  • parameter

  <%@ taglib uri="http://www.escenic.com/taglib/escenic-template" prefix="template" %>

We usually use template as prefix to this tag library.