Tinak JSP Tag Library Tag Handlers.

Package Specification

Deploying the Tinak JSP Tag Library in a J2EE Servlet Container is very simple:
  1. Deploy the core Tinak binaries. See ServletUAContext - Deployment.
  2. Deploy the Tinak JSP Tag Library binary (milyn-tinak-taglib.jar) in the container i.e. in /WEB-INF/lib.
  3. Add a declaration for the Tag Library in the deployment descriptor as follows:
<taglib>
	<taglib-uri>www.milyn.org/tld/tinak.tld</taglib-uri>
	<taglib-location>/WEB-INF/lib/milyn-tinak-taglib-x.x.jar</taglib-location>
</taglib>