Results 1 to 2 of 2

Thread: Right Approach for Form Validation involving Collections?

  1. #1
    Join Date
    Nov 2004
    Location
    Saint Louis, MO USA
    Posts
    9

    Default Right Approach for Form Validation involving Collections?

    Hi,
    I am very new to Springframework. I like to know what is the right approach for Form Validation that involves Collection. Here is an example.
    The domain object is as below:
    Code:
     
       Person {
           String firstName;
           String lastName;
           Set addresses;
    }
    I don't know whether an answer got posted already. I tried to browse the Web forum and I could not find an answer. In one post, I found a suggestion to use Aurora MVC. Since I am just playing with Spring, I like to stick with Spring approach.

    Thanks in advance.
    Arun
    Arun Viswanathan
    Dreamsoft Solutions, Inc.

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

Similar Threads

  1. Replies: 2
    Last Post: Oct 10th, 2005, 05:12 PM
  2. Lost with Validation
    By RAPHEAD in forum Architecture
    Replies: 6
    Last Post: May 29th, 2005, 06:01 AM
  3. Domain Object Validation
    By lhilden in forum Architecture
    Replies: 4
    Last Post: Dec 14th, 2004, 07:00 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
  •