-
Jul 18th, 2012, 09:22 AM
#1
Spring MVC process form without object(command)
Hello, I'm doing a new project with Spring 3.1.1 and I need to process a form, but I don't want to create a new class for every form that I need, is there a way to process a form without use a Object (command) to do it???
Thank's
-
Jul 19th, 2012, 02:29 AM
#2
You can still get all the parameters and do all things manually, using form objects is a lot easier you can do validation, binding, conversion and you loose a lot of that if you decide to roll your own.
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
-
Forum Rules