Register a PhaseListener instance on the UIViewRoot in which this tag is nested.
| Name | Required | Type | Description |
|---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.PhaseListener)
|
Value binding expression that evaluates to an object that implements jakarta.faces.event.PhaseListener. |
type | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
|
Fully qualified Java class name of a PhaseListener to be created and registered. |