Attributes |
Name | Required | Binding Type | EL | Default | Description |
autoSaveFocus | false | boolean | true | true | A flag that indicates whether or not the focus is saved between page submissions. |
binding | false | teamdev.jsf.component.focus.Focus | only | null | A value-binding expression that associates the Focus component with a backing bean property. |
focusedComponentId | false | java.lang.String | true | null | ID of the component that will be in focus when the page is loaded. The "focusedComponentId" attribute should be defined in the same way as the "for" property of the standard HTMLOutputLabel component. |