Tinak JSP Tag Library Tag Handlers.
Package Specification
Deploying the Tinak JSP Tag Library in a J2EE Servlet Container is very simple:
- Deploy the core Tinak binaries. See ServletUAContext - Deployment.
- Deploy the Tinak JSP Tag Library binary (milyn-tinak-taglib.jar) in the container i.e. in
/WEB-INF/lib
.
- 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>