Results 1 to 3 of 3

Thread: <form:checkboxes>

  1. #1

    Default <form:checkboxes>

    Hi All,

    It is regarding <form:checkboxes> / <form:checkbox> where I have an issue.

    In my page i have multiple checkboxes.
    I retrieve the list to display the list of checkboxes (using <form:checkboxes items="${mylist} path="info">).
    I have a list like,
    List<prop> info = new ArrayList<prop>(0);
    Now, here I have a list of objects to which I need to bind the value, how do I bind a particular checkbox to an object, in which I have the property?

    I tried binding the property but it does not bind.
    Please give suggestions?

    Regards,
    DeepEdward
    Last edited by DeepEdward; May 30th, 2008 at 04:45 AM.

  2. #2
    Join Date
    Jul 2007
    Location
    India
    Posts
    36

    Default

    Hi Deepak,

    Check the following link. Hope this is the exact situation you are also facing.
    http://forum.springframework.org/showthread.php?t=54962

    I am also trying to find a solution for this issue.
    Regards
    Renju

  3. #3

    Default

    Hi Renju,

    Saw the link.. This is said to be a bug.
    Has this been fixed yet?

    DeepEdward

Posting Permissions

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