4

我们如何使用 html 5 按钮标签来执行 jsf 操作,例如。

去表演

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

html 5 中的等价物是什么?

4

2 回答 2

0

Try to write a custom facelet component to wrapper a html5 element yourself.

Another project, omnifaces provides html5 compatibility for current jsf components.

于 2013-04-27T10:02:48.900 回答
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 回答