Results 1 to 2 of 2

Thread: spring:bind problem with spring 1.1RC on weblogic 8.1

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Location
    UK
    Posts
    1

    Default spring:bind problem with spring 1.1RC on weblogic 8.1

    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

    Code:
    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&#58;//www.springframework.org/tags" %> 
    --------------------------------------------------------------------------------
    Thu Aug 12 20&#58;04&#58;55 BST 2004

  2. #2
    Join Date
    Aug 2004
    Location
    New York, NY
    Posts
    46

    Default Re: spring:bind problem with spring 1.1RC on weblogic 8.1

    I believe this is fixed in CVS. It was mentioned on one of the mailing lists a a week or so ago.

    Patrick

Similar Threads

  1. Replies: 1
    Last Post: Jun 30th, 2005, 12:56 AM
  2. Replies: 0
    Last Post: May 27th, 2005, 09:21 AM
  3. Replies: 2
    Last Post: May 26th, 2005, 02:30 AM
  4. MDB + Spring + Session Bean problem on WebLogic 8.1
    By Tomas Varsavsky in forum EJB
    Replies: 3
    Last Post: Apr 22nd, 2005, 02:30 AM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •