org.richfaces.Focus org.richfaces.Focus org.richfaces.component.html.HtmlFocus org.richfaces.component.UIFocus org.richfaces.FocusRenderer org.richfaces.renderkit.html.HtmlFocusRenderer focus org.richfaces.taglib.FocusTag org.ajax4jsf.webapp.taglib.HtmlComponentTagBase org.richfaces.taglib.HtmlFocusTagTest org.ajax4jsf.tests.AbstractJspTestCase &ui_component_attributes; for java.lang.String Id of component that should be focused "" priority java.lang.Integer If there are more components requesting focus, then component with lowest priority will be focused. targetClientId java.lang.String If some other element then the one matching clintId of target component should be focused and it cannot be achieved with suffix, use this attribute. "" suffix java.lang.String Suffix added to clientId. Useful for focusing radio elements. Example : suffix=":0" puts focus on first radio if target is radio. "" timing java.lang.String Moment when focus should be put. The possible values are "onJScall" and "onload". If "onJScall" is used then you must manually call Richfaces.FocusManager.focus(). The default value is "onload". "onload" name java.lang.String Name of JavaScript function generated to trigger focus. This is required if "timing" attribute is set to "onJScall". null