Results 1 to 2 of 2

Thread: Binding Data on Set

  1. #1
    Join Date
    May 2006
    Posts
    3

    Question Binding Data on Set

    <spring:bind path=""> is to bind data on a string, int or..
    How can I bind it onto a Set, List or an ArrayList?

  2. #2
    Join Date
    Oct 2004
    Location
    Herndon, VA, US
    Posts
    648

    Default

    You need to register a custom property editor. This here is the most recent discussion around this topic:
    http://forum.springframework.org/showthread.php?t=17120

    Search the forum with "property editor" for more.
    --Jing Xue

Posting Permissions

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