Case 2 - Handling form submission

Form submission is a very common task in application development. For each form submission, the developer needs to perform the following steps:

  1. Reading request parameters.
  2. Converting the request parameter values according to the required data types.
  3. Setting the values to an object of the bean.

These steps can be bypassed to get an instance of the bean directly on form submission. We will discuss form handling in two cases, which are as follows:

  • Form submission
  • Form preprocessing
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.217.220.114