I've just created a custom taglib which runs fine with Jetty. When using TomCat 6.0 I get the following exception:
java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/sql/Result
Any ideas on how to resolve this issue? I'm using Facelets and JSF 1.2.
Thxs.