23/11/2017
Specific tag
Javlo provides specific tags to apply actions in the template renderer.
Import tag
<%@ taglib uri="/WEB-INF/javlo.tld" prefix="jv"%>
Autolink
Allows you to automatically create links in a text, as well as any reverse links.
Usage
<jv:autolink>${field.label}</jv:autolink>
Texttohtml
Allows you to convert html text, mainly "CR" to ""
Usage
<jv:texttohtml>${field.label}</jv:texttohtml>
Pager
Pageurl creates a link to a page.
<jv:pageurl var="basketUrl" name="basket" />