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)
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?
<blush> Uh, hum, uh ... I had some old patched TLV versions in my WEB-INF/classes. </blush>