You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by Rahul P Akolkar <ak...@us.ibm.com> on 2005/03/04 07:20:38 UTC

Tag extensions

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