PDA

View Full Version : spring:bind problem with spring 1.1RC on weblogic 8.1


benwimpory
08-12-2004, 02:11 PM
Hi,

I have a JSP page that uses the spring:bind tag. If I use the Spring 1.0.2 release it works fine.

However, if I swap in the spring-1.1RC jar and redeploy the application I get the attached 'code' when the JSP attempts to render in the browser.

Any ideas why this would be?

Regards,

--Ben


Parsing of JSP File '/WEB-INF/jsp/myForm.jsp' failed:
--------------------------------------------------------------------------------
/WEB-INF/jsp/includes/taglibs.jsp(3): 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)
probably occurred due to an error in /WEB-INF/jsp/includes/taglibs.jsp line 3:
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
--------------------------------------------------------------------------------
Thu Aug 12 20:04:55 BST 2004

pburleson
08-12-2004, 03:10 PM
I believe this is fixed in CVS. It was mentioned on one of the mailing lists a a week or so ago.

Patrick