This image shows the edit.jsp page as viewed in the Visual Editor in JDeveloper. It conists of a banner to contain branding information and fields to accept inputs from users. Each of these fields are associated with a variable that is used for modifying information in the database. These variables are displayed in the place of actual data in the Visual Editor. For instance, the variable to hold user input is displayed within the text field itself. And the variables for field labels are displayed in the place of labels themselves. The page also contains Submit and Return buttons to submit any changes and return to the employees.jsp page.