Regalamiunsorriso/rus/WEB-INF/contab.tld
2026-03-14 20:04:39 +01:00

46 lines
No EOL
1.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglib_1_1.dtd">
<!-- a tag library descriptor -->
<taglib>
<!-- after this the default space is
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"
-->
<!-- The version number of this tag library -->
<tlibversion>0.1</tlibversion>
<!-- The JSP specification version required to function -->
<jspversion>1.1</jspversion>
<!-- The short name of this tag library -->
<shortname>contab</shortname>
<!-- Public URI that uniquely identifies this version of the tag library
<uri>http://jakarta.apache.org/taglibs/utility</uri> -->
<!-- General information about this tag library -->
<info>
Ecom tag library
V.0.0
09-10-08 creat contab.tld. Aggiunto documento tag per gestione menu documenti
</info>
<!-- ******************** Defined Custom Tags *************************** -->
<tag>
<name>documento</name>
<tagclass>com.ablia.contab.taglib.TipoDocumentoTag</tagclass>
<teiclass>com.ablia.contab.taglib.TipoDocumentoTagExtraInfo</teiclass>
<info>
Elenco ti po docmenti per caricare il menu
</info>
</tag>
</taglib>