42 lines
No EOL
1.1 KiB
XML
42 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
|
|
<!-- 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>
|
|
|
|
09-10-08 creat contab.tld. Aggiunto documento tag per gestione menu documenti
|
|
</info>
|
|
|
|
<!-- ******************** Defined Custom Tags *************************** -->
|
|
|
|
<tag>
|
|
<name>documento</name>
|
|
<tagclass>it.acxent.contab.taglib.TipoDocumentoTag</tagclass>
|
|
<teiclass>it.acxent.contab.taglib.TipoDocumentoTagExtraInfo</teiclass>
|
|
<info>
|
|
Elenco ti po docmenti per caricare il menu
|
|
</info>
|
|
</tag>
|
|
|
|
|
|
|
|
|
|
</taglib> |