This image shows the edit_emp.jsp in the Visual Editor. Most of the data on this page is dynamic, so the page contains scriptlets and UseBeans in the order that they would appear in the actual source code. The page contains an HTML table to contain employee details in text fields. These values can be edited using the textfields. Further, in the Visual Editor, you see the representation of a script and not actual data. These scripts are used to populate the text fields with actual data depending on the search parameters provided. On the left side column of the table, there are labels for these text fields. Also, there is a submit button at the bottom of the table to submit any changes made to the values in the text fields.