Begin Action Icon

The Begin Action icon represents this page flow's begin() action method:

It is added automatically for you by the Page Flow Wizard. All page flows must have a begin().  It defines what page is loaded first when the page flow is started. By default, the Page Flow Wizard sets this first page as index.jsp, and creates the file in the page flow's directory. You can modify the begin() method to match the starting functionality required by your page flow.

Related Topics

Action Icon

Exit Icon

JavaServer Page (JSP) Icon

Page Flow Icon

Return to Action Icon

Return to Page Icon

Guide to Building Page Flows

Page Flow and JSP Reference