Multiple Submit Buttons in HTML Form Servlets

All the HTML forms so far used contains only one submit button. But yet many times, it will be necessary to have multiple submit buttons in a single HTML form. User is at choice to click any one submit button. Now the question is how the Servlet knows from which submit button the request came …

Multiple Submit Buttons in HTML Form Servlets Read More »