Is there a simple way to set the focus (input cursor) of a web page on the first input element (textbox, dropdownlist, ...) on loading the
For those who use JSF2.2+ and cannot pass autofocus as an attribute without value to it, use this:
p:autofocus="true"
And add it to the namespace p (Also often used pt. Whatever you like).