InterviewSolution
| 1. |
What Are Atg Form Handlers? |
|
Answer» ATG Formhandler is the intermediate class that comes in between a jsp form value and its bean class. They are there to evaluate the validity of form DATA before it is submitted, write data to and READ data from a database or repository, and direct the user to DIFFERENT pages, DEPENDING on the results of the form submission ATG Formhandler is the intermediate class that comes in between a jsp form value and its bean class. They are there to evaluate the validity of form data before it is submitted, write data to and read data from a database or repository, and direct the user to different pages, depending on the results of the form submission |
|