Hi,
   
 The content of my taglib is:

<?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/dtd/web-jsptaglibrary_1_1.dtd";>
  | 
  | <taglib>
  | <!-- ============== Tag Library Description Elements ============= -->
  |   <tlibversion>1.0</tlibversion>
  |   <jspversion>1.2</jspversion>
  |   <shortname>Select</shortname>
  |   <uri>/WEB-INF/SelectTag.tld</uri>
  |   <info>
  |     This tag library contains useful general-purpose tags supporting the
  |     development of JSP/servlet applications 
  |   </info>
  |   
  |   <tag>
  |     <name>select</name>
  |     <tagclass>com.gepower.geep.cps.SelectTagSupport</tagclass>
  |     <bodycontent>empty</bodycontent>
  |     <attribute>
  |       <name>scName</name>
  |       <required>true</required>
  |       <type>java.lang.String</type>
  |       <rtexprvalue>true</rtexprvalue>
  |     </attribute>
  |     <attribute>
  |       <name>scIdsChain</name>
  |       <required>true</required>
  |       <type>java.lang.String</type>
  |       <rtexprvalue>true</rtexprvalue>
  |     </attribute>
  |   </tag>
  | </taglib>
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887282#3887282

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887282


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to