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.