123 lines
No EOL
3 KiB
XML
123 lines
No EOL
3 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>mag</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
|
|
21-07-08 creat mag.tld. Aggiunto tipolisttag e whiletipo per gestione com.ablia.art.Tipo
|
|
copiato da ecom
|
|
</info>
|
|
|
|
<!-- ******************** Defined Custom Tags *************************** -->
|
|
|
|
<tag>
|
|
<name>whiletipo</name>
|
|
<tagclass>com.ablia.art.taglib.WhileTipoTag</tagclass>
|
|
<teiclass>com.ablia.art.taglib.WhileTipoTagExtraInfo</teiclass>
|
|
<info>
|
|
While tipo
|
|
</info>
|
|
<attribute>
|
|
<name>id_tipoPadre</name>
|
|
<required>true</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
<attribute>
|
|
<name>id_tipoPadreSelected</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
<attribute>
|
|
<name>lang</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
<attribute>
|
|
<name>flgWww</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
<attribute>
|
|
<name>rowbeanname</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
|
|
<!-- TipoListTreeTag tag -->
|
|
<tag>
|
|
<name>tipolisttree</name>
|
|
<tagclass>com.ablia.art.taglib.TipoListTreeTag</tagclass>
|
|
<attribute>
|
|
<name>id_tipo</name>
|
|
<required>true</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
|
|
|
|
<!-- TipoListTreeTag tag -->
|
|
<tag>
|
|
<name>tipolistjqtree</name>
|
|
<tagclass>com.ablia.art.taglib.TipoListJQTreeTag</tagclass>
|
|
<attribute>
|
|
<name>id_tipo</name>
|
|
<required>true</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
<!-- vetrina tag -->
|
|
|
|
<tag>
|
|
<name>vetrina</name>
|
|
<tagclass>com.ablia.art.taglib.VetrinaTag</tagclass>
|
|
<teiclass>com.ablia.art.taglib.VetrinaTagExtraInfo</teiclass>
|
|
<attribute>
|
|
<name>vetrina</name>
|
|
<required>true</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
<attribute>
|
|
<name>num</name>
|
|
<required>true</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
<!-- IF vetrina tag -->
|
|
<tag>
|
|
<name>if_vetrina</name>
|
|
<tagclass>com.ablia.art.taglib.IfVetrinaTag</tagclass>
|
|
<info>
|
|
Conditional Tag per vetrina
|
|
</info>
|
|
<attribute>
|
|
<name>vetrina</name>
|
|
<required>true</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
</taglib> |