About Multiple Visual Web JSF Pages and Navigation
See Also
Most web applications contain multiple pages and provide ways to navigate between them, such as clicking a button on one page to go another page.
In web Application project, you use the Page Flow editor to define connectors between your pages, and you can attach connectors visually to components that the user can click.
You can perform the following kinds of page navigation:
- Static navigation. A component always opens the same page. For example, clicking the
Next button always opens the next page.
- Dynamic navigation. A component opens different pages depending on user activity at run time. For
example, the item selected from a listbox determines the page that is opened.
- See Also
- About the Page Flow editor
- Page Navigation Tasks: Quick Reference
- About Pages
Legal Notices