Results 1 to 3 of 3

Thread: JSTL Bind Problem [status.errorMessage]

  1. #1
    Join Date
    Feb 2005
    Location
    Italia
    Posts
    2

    Default JSTL Bind Problem [status.errorMessage]

    I'm trying the Spring Framework and I'm focused on the Form Validation.
    But there's a problem....all work fine but in visualization I have strange think.

    <spring:bind path="pdc.name">
    <input type="text" value="${status.value}" name="name">
    <c:out value="${status.errorMessage}"/>
    </spring:bind>

    Ok. This is simple. But in my page I see not the value of pdc.name but I see ${status.value}....Why???

    Thank's to all that help me (sorry for my english).
    --
    Pinellus
    (PGP key available)

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    Take a look at this thread
    Last edited by robyn; May 19th, 2006 at 06:04 AM.

  3. #3
    Join Date
    Feb 2005
    Location
    Italia
    Posts
    2

    Default

    Thank's...the error was the web-app version. I used the 2.3 instead of 2.4.

    Now all works fine.
    --
    Pinellus
    (PGP key available)

Similar Threads

  1. JSTL problem in WSAD
    By joshuayip in forum Web
    Replies: 0
    Last Post: Sep 27th, 2005, 08:14 PM
  2. Replies: 1
    Last Post: Jul 5th, 2005, 03:48 AM
  3. pagination and continuation problem in SWF
    By yfmoan in forum Web Flow
    Replies: 6
    Last Post: Jun 29th, 2005, 03:42 AM
  4. Problem with null value on bind
    By epleisman in forum Web
    Replies: 0
    Last Post: Jan 28th, 2005, 10:15 AM
  5. null problem when bind BigDecimal
    By jinghong in forum Web
    Replies: 0
    Last Post: Sep 9th, 2004, 01:47 AM

Posting Permissions

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