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.
html 5ボタンタグを使用してjsfアクションを実行するにはどうすればよいですか.
実行する
<h:commandButton action="#{identity.login}" value="Login"/>
html 5で同等のものは何ですか??
<input jsf:id="do-search-button" type="submit" jsf:action="#{searchController.doSearch}" class="search-button" title="#{msg.search_tooltip}" value=" #{msg.search_button}" />