Results 1 to 3 of 3

Thread: How to add values from several fields of one form to command object list.

Threaded View

  1. #1
    Join Date
    Feb 2012
    Location
    Poland
    Posts
    6

    Default 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.
    Last edited by PiratDrogowy; Feb 7th, 2012 at 01:05 PM.

Tags for this Thread

Posting Permissions

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