UI-Component Sets
Project Documentation

Summary

Tag name: <f:viewAction>
UIComponent class: javax.faces.component.UIViewAction
Component type: javax.faces.ViewAction
Component family: javax.faces.ViewAction

Supported Listeners

Name Listener Event Phases Required Description
$listener.isRequired()

Attributes

Name Type Supports EL? Description
action javax.el.MethodExpression Yes
actionListener javax.faces.el.MethodBinding Only EL
binding javax.faces.component.UIViewAction Only EL Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind " + "to this component instance. This value must be an EL expression.
id String Yes Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view.
immediate boolean Yes
onPostback boolean Yes
phase String Yes
rendered boolean Yes A boolean value that indicates whether this component should be rendered. Default value: true.