In JSF 2.2 you can set it as a passthrough attribute. <html ... xmlns:a="http://xmlns.jcp.org/jsf/passthrough"> ... <h:inputText ... a:autofocus="true" />.
確定! 回上一頁