Exercise 5.3: Linking the update complete page to the inquiry page

Before you begin, you must complete Exercise 5.2: Adding the flow control error page.

Next you edit the update complete page (custDoUpdateResults.jsp) to add the link to the inquiry page.

To link the update complete page to the inquiry page:

  1. Navigate to your custDoUpdateResults.jsp file and double-click.

    The Page Designer opens.
    Submit and Reset buttons

  2. Select and delete the Submit and Reset buttons.
  3. Type Back to Customer Inquiry where the Submit and Reset buttons were shown.
    Inserting text
  4. Highlight the text and right-click.
  5. Click Insert link on the pop-up menu.
    Selecting Insert Link

    The Insert Link dialog opens.

  6. In the URL field, type inquiry.jsp.
    Defining a link
  7. Click OK.
  8. Save and close the JSP file.

You have linked the update complete page to the inquiry page and are ready to begin Exercise 5.4: Visualizing the flow structure of your Web application.