If I use <%@ attribute name="class" required="false" %> in a
JSP Tag file, it results in a blank page and the following error in my
Tomcat console:
Any idea why? Change the attribute to "cssClass" works, but "class" is much more intuitive for web developers using my tag.
As a workaround, I can use dynamic-attributes. I'm just curious if this issue is documented anywhere or I'm just doing something wrong.
Thanks,
Matt
[ August 24, 2007: Message edited by: Bear Bibeault ]
Matt<br /> <br />Author: <a href="http://springlive.com" target="_blank" rel="nofollow">Spring Live</a> and <a href="http://www.apress.com/book/bookDisplay.html?bID=256" target="_blank" rel="nofollow">Pro JSP</a><br />Weblogs: <a href="http://raibledesigns.com" target="_blank" rel="nofollow">Raible Designs</a> <a href="http://jroller.com/page/raible" target="_blank" rel="nofollow">Spring Live Blog</a>