How to add values from several fields of one form to command object list.
Hello,
I am still new to Spring MVC and I have some problems with command object list.
I have dynamically generated form in JSP witch contains some fields. I would like to add all values from these fields to my command object list after clicking 'submit' button.
When I have only one field, it is not a problem to add its value to the list (eg. here: http://forum.springsource.org/showth...ient-side-ajax), but how to make it when I have many form fields?
I would be grateful for any help.