Class 2 Intermediate Java 30-IT-397  

edit.tld

<!DOCTYPE taglib
        PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
 "http://java.sun.com/j2ee/dtd/web-jsptaglibrary_1_2.dtd">

<taglib>

  <tlib-version>1.0</tlib-version>
  <jsp-version>1.2</jsp-version>
  <short-name>simple</short-name>
  <uri>http://jakarta.apache.org/tomcat/example-taglib</uri>
  <description>
 A simple tab library for the examples
  </description>

  <tag>
    <name>Replace</name>
    <tag-class>edit.Replace</tag-class>
    <body-content>JSP</body-content>
    <description> Perform a search and replace function </description>
    <attribute>
 <name>add</name>
 <required>true</required>
    </attribute>
    <attribute>
 <name>remove</name>
 <required>true</required>
    </attribute>
  </tag>
 

</taglib>

 Back
 

Created by:  Brandan Jones December 17, 2001