First page Back Continue Last page Graphics
Using Buttons and Links
- Command components:
- Include af:commandButton and af:commandLink
- Submit requests and fire action events when activated
- Typically used for internal navigation
- Go components:
- Include af:goButton and af:goLink
- Navigate directly without server-side actions
- Are typically used for external navigation
- Do not use control flow rules
- Command and go components have the
same appearance.
Notes:
Using Buttons and Links
Buttons and links have an Action property that is a String, or a method that returns a String. This String should correspond to one of the outcomes defined in the task flow, so that it can be used for navigation.