I really need to render a <button>
element under JSF 2.2 and I wouldn't like to use third party libraries--such PrimeFaces--just for this.
Once Mojarra's <h:commandButton>
only renders <input>
elements, is there any native/elegant solution to fulfil that requirement?
So far I've discovered this very similar question here on SO but for JSF 2.1, and 2.2 might have received some update on this matter.