Results 1 to 3 of 3

Thread: <spring:bind> issue

  1. #1
    Join Date
    May 2008
    Posts
    7

    Default <spring:bind> issue

    if suppose there is a text field around which a spring:bind tag is added with command object. that text field is updted twice or thrice.

    What values are transfered to Command object ?

    All the values entered during that period or just last entry...

    e.g
    <spring:bind path="${loginCommand.username}">
    <input type="text" name="username" >
    <spring:bind>

    and we entered amit then erased it and then wrote jeetu.

    will both jeetu and amit will be added to command or just jeetu.

  2. #2

    Default

    You should ask this question on the web forum.
    Tareq Abedrabbo

    My Twitter
    My Blog

  3. #3
    Join Date
    May 2008
    Posts
    7

    Exclamation

    hi
    can any one tell wats the benifit of havin onBind method when we have command object in processFormSubmission method too..

Posting Permissions

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