将 <h:inputFile> 声明为直通元素

Declaring <h:inputFile> as passthrough element

我正在使用直通元素在 JSF 2.2 中进行开发,我想将 <h:inputFile> 转换为直通元素。我在互联网上搜索但没有找到任何使用直通元素的解决方案。

我应该通过哪个 HTML5 来渲染它?

来自jsf tutorial

<input type="file" jsf:id="myFile" jsf:value="#{bean.file}"/>

是建议的方式