Has anyone tried defining tag extensions in JSP 2.0 TLD <tag-file> elements? I have a bunch of meta-data files (called .rdc files) that contain information which I would like to ideally incorporate into the TLD, as content of the <tag-extension> child.
Schema is here: http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd but I haven't done that yet since Jasper2 atleast (Tomcat 5.0.x) doesn't like it too much :-) http://issues.apache.org/bugzilla/show_bug.cgi?id=33538 http://issues.apache.org/bugzilla/show_bug.cgi?id=33539 While I wait for the Jasper developers to comment on the issues, please let me know if you've used tag extensions for <tag-file> elements and/or can verify the issues. Thanks, -Rahul
