Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8279653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T09:24:06+00:00 2026-06-08T09:24:06+00:00

I have a Spring MVC form in jsp and I am having trouble getting

  • 0

I have a Spring MVC form in jsp and I am having trouble getting the controller method invoked.

Can someone please explain to me the mechanism whereby Spring MVC performs controller method execution?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T09:24:07+00:00Added an answer on June 8, 2026 at 9:24 am

    If you are using Spring 3 and annotations (recommended way of implementing controllers), the @RequestMapping(value=”exampleMapping.do”) specifies the method that will be executed. Here is an example:

    @RequestMapping("/exampleMapping.do")
    public String anExample(Model model) {
        // do some stuff
        return "someView";
    }
    

    So in this case, if your form submit target is exampleMapping.do, the method anExample will execute and return someView (which will resolve to your view folder containing a jsp named someView.jsp if you have your view resolver configured correctly).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form in spring mvc 2 having command class Class1 I want
I wish someone can help me with this one. I have a Spring MVC
Spring 3 MVC Handle multiple form submit with a Controller. I am developing JSP
I am using the Spring MVC <form:select> tag in my JSP and have populated
I have basic Spring MVC 3 setup for i18n where I can show labels
I have used spring MVC with JSP/JSTL for my previous application. I was going
I have a controller (Spring-MVC) that generates a PDF report on a get request.
I have a spring MVC application using JSP as my view technologies with Jquery
I have a pretty simple JSP/Servlet 3.0/Spring MVC 3.1 application. On one of my
The Spring MVC JSP tag library has a tag for rendering form errors. This

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.