Re: How to populate a map of lists in an action form?

2005-05-04 Thread Daniel Lobo
bigList, 3rd list of employees, 1st employee Daniel Lobo wrote the following on 5/3/2005 6:19 AM: Hi, I have an action form with a map that can be accessed with getters and setters. That map holds lists of elements. The problem is how to populate that lists from the html form . I've tried wit

How to populate a map of lists in an action form?

2005-05-03 Thread Daniel Lobo
Hi, I have an action form with a map that can be accessed with getters and setters. That map holds lists of elements. The problem is how to populate that lists from the html form . I've tried with: and but doesn't work. However, i've implemented a new class child of ArrayList that adds this t