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}"/>
アドバイスされた方法です