Results 1 to 2 of 2

Thread: Spring MVC process form without object(command)

  1. #1
    Join Date
    May 2012
    Posts
    3

    Question 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

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,629

    Default

    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.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

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
  •