Tag Summary |
config | This tag can be used to adjust behaviour on a per-page basis. These settings take precedence over corresponding application global settings specified via context-param entries in the web.xml file. |
refresh | This tag can be used to configure push behavior on a per-view basis. |
push | This tag can be used to configure push behavior on a per-view basis. |
setEventPhase | The Set Event Phase component allows one to specify the phase that certain events will be broadcast in, for events originating from components in its child hierarchy. Note that some iterative containers, such as UIRepeat, UIData and its sub-classes, will wrap events inside another event type that records source row information, so if the iterative container is in-between setEventPhase and the intended source component, in the child/parent component hierarchy, that will interfere with setEventPhase's ability to alter events by their class name. Only selecting all events by specifying an events value of "FacesEvent" would work. |
singleSubmit | This tag allows form submission from just the component generating the event and then update the page with any changes from all components (equivilant to <f:ajax execute="@this" render="@all">). |
navigationNotifier | This tag can be used to configure the page to be notified when the browser back button is pressed. |