Results 1 to 2 of 2

Thread: Bind value from a label

  1. #1
    Join Date
    Mar 2011
    Posts
    1

    Default Bind value from a label

    Hi,
    I am a very beginner in Spring Webflow and I have a question.
    Is it possible to bind the value of a label? Like that:
    <spring:bind path="seltext">
    <label id="displayvaluelength" type="text" name="${status.expression}" value="${status.value}"/>
    </spring:bind>
    If yes how? Thanks for help!

  2. #2
    Join Date
    Mar 2011
    Location
    Washington, DC
    Posts
    60

    Default

    How about using <form:label> tag?

Posting Permissions

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