•  
Main
About Hippo Site Toolkit 1
Technical Documentation
Expression Language
Other

Tag library

For easy JSP development, a tag library is available in the Hippo Site Toolkit. It is available as jar which can be built into your project using the following Maven 2 dependency:

<dependency>
    <groupId>hippo</groupId>
    <artifactId>hst-jsp-taglib</artifactId>
    <version>1.02.02</version>
</dependency>

To use it subsequently in you jsp, use the following uri in you <%@ taglib %> tag: http://hippo.nl/jsp/hst. As prefix we recommend hippo, as a simple h is commonly used for jsf html tags.

The following tags are present in the tag library: