| Attributes |
| Name | Required | Binding Type | EL | Default | Description |
| autoSaveFocus | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | true | A flag that indicates whether or not the focus is saved between page submissions. |
| binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.util.Focus)
| only | null | A value-binding expression that associates the Focus component with a backing bean property. |
| focusedComponentId | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | ID of the component that is 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. |