4

html 5ボタンタグを使用してjsfアクションを実行するにはどうすればよいですか.

実行する

<h:commandButton action="#{identity.login}" value="Login"/>

html 5で同等のものは何ですか??

4

2 に答える 2

0

<input jsf:id="do-search-button" type="submit" jsf:action="#{searchController.doSearch}" class="search-button" title="#{msg.search_tooltip}" value=" #{msg.search_button}" />

于 2015-02-18T14:06:15.923 に答える