In this step, you will add a new action to the opening page (index.jsp) that navigates to another JSP page.
The tasks in this step are:
The Page Flow Editor shows the current structure of the page flow. There are three panes on the Page Flow Editor:
In this case, we have the simple situation of a single action, begin, shown in the center, and the JSP page linked to it, index.jsp.
To Add a new Action to the Page Flow
Note how this moved index.jsp to the center of the view.
The new action appears on the downstream area of the Page Flow Editor and is automatically linked to the JSP page (index.jsp) displayed in the center of the Page Flow Editor .
Note that the Page Flow Overview pane has also been updated to display a map of all of the current actions and pages, including the newly created GoToTestPage action.
To Add a new Linked JSP File to the Page Flow
Note that clicking on the link centers the node, clicking on the icon to the left of the link simply selects the node, and double clicking on the icon goes to the corresponding source artifact.
Note how GoToTestPage moves into the center of the Page Flow Editor.Type the name of the new file: TestPage.jsp and press Enter.
Click File > Save All to save all of the changed files in your page flow files.
To Test the Expanded Page Flow
To run your application on the WebLogic Server:
The page flow runs and the begin action is invoked, resulting in the rendering of the index.jsp page. The result appears in a new tab in the editor window.