First you need to create the error page using Page Designer.
To create the error page:
- In the Web Perspective, expand your project and drill down to the Web
Content folder.

- Right-click the Web Content folder and click New >
JSP on the pop-up menu.
The New JSP File page opens.

- In the File Name field, type RecordNotFound.
- Click Finish.
The Page Designer automatically opens.
Your window will look like this.

- Click on the words Place content here. and change it to
something like Sorry, there is no record for that customer
number.
- Press Enter.
- Type Please check the number and try again.
- Highlight the words try again and right-click.
- Select Insert Link on the pop-up menu.
The Insert Link window opens.
- Click Browse next to the URL field.
- Click File on the pop-up menu.
The File Selection window opens.

- Select inquiry.jsp.
- Click OK.
- Click OK in the Insert Link dialog.
You have completed creating the flow control page.
- Save and close the file.
You could spend more time customizing this page, but for the purpose of
this exercise you will leave the page as is.
You have created an error page using Page Designer and now you are ready to
begin Exercise 8.2: Modifying your Web interaction.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.