<!DOCTYPE taglib
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
"http://java.sun.com/j2ee/dtd/web-jsptaglibrary_1_2.dtd">
<!-- a tag library descriptor -->
<taglib>
<tlib-version>1.0</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>debug</short-name>
<uri>http://http://www.accp.org/taglib</uri>
<description>
This tag library defines no tags. Instead, its purpose is
encapsulated in the TagLibraryValidator implementation that
simply outputs the XML version of a JSP page to standard output,
whenever this tag library is referenced in a "taglib" directive
in a JSP page.
</description>
<!-- This is a dummy tag solely to satisfy DTD requirements -->
<tag>
<name>roleRight</name>
<tag-class>com.company.wxxhccg.web.action.RoleTag</tag-class>
<description>
judge the role.
</description>
<attribute>
<name>urlInfo</name>
<required>true</required>
</attribute>
</tag>