Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
managedBean | true | String | null | The name of the managed bean that will be used for retrieving the component values. |
process | false | String | The value of the refresh attribute | Component(s) to process in partial request. |
refresh | false | String | @form | Component(s) to update with ajax. |
useSaveButton | false | Boolean | true | Flag indicating that a save button should be displayed, or not. |
Examples
The following example illustrates how ...