Wanghy-TableTag is distributed in two ways: as a jar file and a zip file containing the tag files.
Copy the file wanghy-tabletag-{version}.jar
to your application WEB-INF/lib
directory.
Note: the TLD file is included in the jar file.
You will need to declare the tag in your JSPs this way:
<%@ taglib prefix="table" uri="http://wanghy.sourceforge.net/tags/tabletag" %>
Extract the content of the file tags.zip in
your application WEB-INF/tags/tabletag
directory.
Note: no TLD file is necessary if the
tag files are in the WEB-INF/tags
directory.
You will need to declare the tag in your JSPs this way:
<%@ taglib prefix="table" tagdir="/WEB-INF/tags/tabletag" %>
JSTL is a dependency of Wanghy-TableTag.
WEB-INF/lib
directory.
WEB-INF/tld
directory
(c.tld, fmt.tld
and fn.tld are
required.)
Some JSTL resources: