Installation Guide

Wanghy-TableTag is distributed in two ways: as a jar file and a zip file containing the tag files.

Installing Jar File

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" %>

Installing From Zip File

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" %>

Installing the JSTL

JSTL is a dependency of Wanghy-TableTag.

  1. Download the latest version from Jakarta Taglibs Project.
  2. Copy jstl.jar and standard.jar to your application WEB-INF/lib directory.
  3. Copy the tld files to your application WEB-INF/tld directory (c.tld, fmt.tld and fn.tld are required.)

Some JSTL resources: