Results 1 to 2 of 2

Thread: Form handling with requestMapping at method level

  1. #1

    Default Form handling with requestMapping at method level

    Hi all,
    I've seen spring documentation relative to annotation driven controllers and
    i would like know if is possible create an annotated controller, with requestMapping at method level (like multiactioncontroller) that can process from submission.
    Can anyone?
    Best regards

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

    Default

    If you would have read the documentation fully you would know the answer.

    Chapter 13.11 explains the whole @Controller stuff.
    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

Posting Permissions

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