How do we use html 5 button tag to perform jsf action eg.
to perform
<h:commandButton action="#{identity.login}" value="Login"/>
what will be the equivalent in html 5 ??
How do we use html 5 button tag to perform jsf action eg.
to perform
<h:commandButton action="#{identity.login}" value="Login"/>
what will be the equivalent in 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}" />