
To develop the user interface for the car rental application, you will create and implement a JSP named QuickCarRentalView. When doing so, you should define only two areas in this user interface, each of which will contain a corresponding HTML table.
The first HTML table implements an input form for the new booking data for the rental of the car. There should also be a button on this input form and a linked action for sending a new data record to the database.
The second HTML table displays the current bookings. Each booking can be cancelled by means of an appropriate action.
The wizard creates the file quickCarRentalView.jspin the project folder webContent. The associated JSP Editor opens automatically and displays a default message in the Preview.