How Do I: Create a JSP Page?

When you create a JSP page, you must make it part of a page flow in a web project. If you are not sure how to do this, see How Do I: Create a Page Flow? The current topic assumes that you have an existing web project.

To Create a JSP from the Application Window

  1. In the Application window, right-click the web project (page flow) folder in which you want to create a new JSP page, and select New-->JSP File.
  2. In the New File dialog, enter the name of your JSP page in the File name field. Click Create.

The new JSP page will be opened and displayed in Design View. Also, a page icon representing this JSP will be added to the page flow controller (JPF) file's Flow View, .

To Create a JSP from a Flow View

A page icon representing this JSP will appear. Also, a new JSP file for this page will be created in the page flow folder. Double-clicking the page icon will open this file in Design View.

Related Topics

Getting Started with Page Flows

A Detailed Page Flow Example