tags:

views:

12

answers:

0

How can I pass form values to spring controller through DWR for example? I want to be very flexible passing HashMap of name/value pairs representing the name/value of the form's input field instead . I don't want to use command object for the form.