o
Tag focus


Focus is a non-visual component that controls the focus on the page. You can specify the component in focus when the page is loaded and also save the focus between page submissions. Note that there can be only one Focus component on the page.


Tag Information
Tag Classorg.openfaces.taglib.jsp.util.FocusJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
autoSaveFocusfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the focus is saved between page submissions.
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.util.Focus)
onlynullA value-binding expression that associates the Focus component with a backing bean property.
focusedComponentIdfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullID 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.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.