In this exercise, we generate an input form and implement two Callback methods for the Back and Save button.
The form contains two mandatory fields, which, in case of a validation failure, should result in a corresponding message:
The following points are handled in this exercise:
- Selection of the design for the user interface
- Generation of the action class
- Preparing the form data
- Defining the form structure in the JSP-Page
- Implementation of the Callback methods
- Validation and error presentation
back |
continue to step 1
|