After upgrading to 1.1RC1 (we were previously using a cvs version of a
couple of days ago), we get an error when accessing any jsp that uses
the spring taglib:
weblogic.servlet.jsp.JspException: (line 6): Error in using tag library
uri='http://www.springframework.org/tags' prefix='spring': The Tag class
'org.springframework.web.servlet.tags.TransformTag' has no setter method
corresponding to TLD declared attribute 'htmlEscape', (JSP 1.1 spec,
5.4.1)
This is on WebLogic 8.1sp2.
And indeed, the TLD declares a htmlEscape attribute while there is no
corresponding setter in TransformTag.
Maybe TransformTag should extend HtmlEscapingAwareTag (and actually use
html escaping) instead of RequestContextAwareTag?
Regards,
Tom.
|