org.richfaces.FocusModifier org.richfaces.FocusModifier org.richfaces.component.html.HtmlFocusModifier org.richfaces.component.UIFocusModifier org.richfaces.FocusModifierRenderer org.richfaces.renderkit.html.HtmlFocusModifierRenderer focusModifier org.richfaces.taglib.FocusModifierTag org.ajax4jsf.webapp.taglib.HtmlComponentTagBase org.richfaces.taglib.HtmlFocusModifierTagTest org.ajax4jsf.tests.AbstractJspTestCase &ui_component_attributes; 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 focu on first radio if target is radio. "" priority java.lang.Integer If there are more components requesting focus, then component with lowest priority will be focused. skipped boolean If set to true, component will not be concerned when calculating default focus. false