Classes referenced by TLD are not in the repository.  As stated in the
bug, some containers are very strict about having all classes available
that are referenced in a TLD.

The included patches removed the unused references from the TLDs.

Comments welcome.

-rl


Index: tld_uri.tld
===================================================================
RCS file: 
/home/cvspublic/jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/tlds/tld_uri.tld,v
retrieving revision 1.2
diff -u -r1.2 tld_uri.tld
--- tld_uri.tld 2000/11/30 23:53:58     1.2
+++ tld_uri.tld 2001/11/20 12:34:42
@@ -16,22 +16,7 @@
   <description>
        A simple tab library for testing computation of TLD Resource Path 
   </description>
-<validator>
-  <validator-class>tags.TagLibraryValidator.Validator</validator-class>
-<init-param>
-    <param-name>usa</param-name>
-    <param-value>Washington</param-value>
-    <description>Capital</description>
-</init-param>
-<init-param>
-    <param-name>india</param-name>
-    <param-value>New Delhi</param-value>
-    <description>Capital</description>
-</init-param>
-</validator>
 
-
-  <!-- general validator tag -->
   <tag>
     <name>tldtag</name>
     <tag-class>tags.tld_resource_path.tld_URI</tag-class>
Index: TestLib.tld
===================================================================
RCS file: 
/home/cvspublic/jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/tlds/TestLib.tld,v
retrieving revision 1.8
diff -u -r1.8 TestLib.tld
--- TestLib.tld 2000/12/01 00:19:25     1.8
+++ TestLib.tld 2001/11/20 12:34:30
@@ -201,24 +201,6 @@
   </tag>
 
 <tag>
-    <name>propertyEditor</name>
-    <tag-class>tags.PropertyEditorTag</tag-class>
-    <description>
-        A tag that Uses ProprtyEditorSupport class
-    </description>
-
-    <attribute>
-      <name>url</name>
-      <required>false</required>
-    </attribute>
-
-    <attribute>
-      <name>locale</name>
-      <required>false</required>
-    </attribute>
-</tag>
-
-<tag>
     <name>iterator</name>
     <tag-class>tags.SimpleIteratorTag</tag-class>
     <description>
@@ -310,21 +292,5 @@
       <required>true</required>
     </attribute>
 </tag>
-
-<tag>
-    <name>thirdWinner</name>
-    <tag-class>tags.TagSupport.thirdPrizeTag</tag-class>
-    <description>
-    A tag that sets the third prize winner and also returns it to a   
-    nested tag
-    </description>
-    <attribute>
-      <name>winner</name>
-      <required>true</required>
-    </attribute>
-</tag>
-
-
-
 
 </taglib>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to