Bug 7106

Summary: The TLV for the fmt library fails
Product: Taglibs Reporter: Hans Bergsten <hans>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Hans Bergsten 2002-03-14 03:24:24 UTC
Seems like a class used by the JstlFmtTLV is missing in the binary distribution:

java.lang.NoClassDefFoundError: org/apache/taglibs/standard/tlv/JstlCoreTLVHelper
	at org.apache.taglibs.standard.tlv.JstlFmtTLV$Handler.(JstlFmtTLV.java:158)
	at org.apache.taglibs.standard.tlv.JstlFmtTLV.getHandler(JstlFmtTLV.java:137)
	at org.apache.taglibs.standard.tlv.JstlBaseTLV.validate(JstlBaseTLV.java:159)
	at
org.apache.jasper.compiler.TagLibraryInfoImpl.validate(TagLibraryInfoImpl.java:614)
Comment 1 Hans Bergsten 2002-03-14 03:28:55 UTC
Actually, I can't find any reference to JstlCoreTLVHelper. Can it be an old
class JstlFmtTLV class (compiled before the restructuring) in the Beta 1 
binary distribution?
Comment 2 Hans Bergsten 2002-03-14 03:54:43 UTC
<blush>
  Uh, hum, uh ... I had some old patched TLV versions in my WEB-INF/classes.
</blush>