Custom taglib

Custom tags are an elegant way of hiding complexity in JSPs. The architecture uses a custom taglib that contains the following tags:

Name Description
cal Creates a JavaScript pop-up calendar that populates a textfield with a date string.
javascript Modification of the Struts javascript tag providing slightly extended functionality.
checkbox Renders a checkbox input field using a bean. Does not require session forms to implement the reset() method to uncheck it.

These tags are used to complement functionality provided by the Struts taglibs.

Related topics

Struts taglibs