Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用直通元素在 JSF 2.2 中开发,我想翻译<h:inputFile>成直通元素。我在互联网上搜索,但没有找到任何使用直通元素的解决方案。
<h:inputFile>
我应该通过哪个 HTML5 来呈现它?
来自jsf 教程
<input type="file" jsf:id="myFile" jsf:value="#{bean.file}"/>
是建议的方式