
Create pages and components
|
- If the destination page is already created, skip to the next step. Otherwise, in the
Page Flow editor, right-click and choose New Page to
create the destination page.
|
|

Connect source and destination pages
|
- In the Page Flow editor, click the source page to display its components.
- In the source page, click the component that triggers the navigation and drag the connector to the destination page.
|
|

(Optional)
Connect source with multiple destinations
|
- In the Page Flow editor, click the source page to display its components.
- Drag a new connector from the source page to each destination page.
- Right-click the component that triggers the navigation and choose Decide Case With Code to open the Java Editor with the cursor moved to the action method for the component.
- In the Java Editor, set the
return statement of the action method to a connector name.
|