Bug 7474 - fmt-rt.tld references the incorrect validator class.
Summary: fmt-rt.tld references the incorrect validator class.
Status: CLOSED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: All All
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-26 03:35 UTC by Ryan Lubke
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Lubke 2002-03-26 03:35:32 UTC
Index: fmt-rt.tld
===================================================================
RCS file: /home/cvs/jakarta-taglibs/standard/conf/fmt-rt.tld,v
retrieving revision 1.14
diff -u -r1.14 fmt-rt.tld
--- fmt-rt.tld  6 Mar 2002 22:01:37 -0000   1.14
+++ fmt-rt.tld  26 Mar 2002 03:32:58 -0000
@@ -12,7 +12,7 @@

   <validator>
     <validator-class>
-        org.apache.taglibs.standard.tlv.JstlCoreTLV
+        org.apache.taglibs.standard.tlv.JstlFmtTLV
     </validator-class>
     <description>
         Provides core validation features for JSTL tags.