Tag Attributes
| binding | Expression |
|
| The value-binding expression linking this component tag to a backing bean property. |
| converter | Text |
|
| The converter attribute sets the converter instance to be registered for this component. It must match the converter-id value of a converter element defined in your Faces configuration file. |
| id | Text |
|
| The unique identifier value for this component. The value must be unique within the closest naming container. |
| rendered | Boolean |
|
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
| required | Boolean |
|
| The required attribute is a boolean flag that indicates whether or not the user is required to provide a value for this field before the form can be submitted to the server. |
| validator | Text |
|
| The validator attribute accepts a method-binding expression representing a validator method that will be called when the JSF framework validates this component. A validator method must be a public method that takes FacesContext, UIComponent, and Object parameters, with a return type of void. |
| value | Text |
|
| The value attribute sets the current value for this component. |
| valueChangeListener | Text |
|
| The valueChangeListener attribute accepts a method-binding expression representing a value change listener method to be notified when a new value has been set for this input component. A value change listener method must be a public method that takes a ValueChangeEvent parameter, with a return type of void. |
|
Комментариев нет:
Отправить комментарий