I'm trying to create a form compliant to XHTML 1.1 with JSF, but can't. This is my .xhtml file:
form
.xhtml
<h:form> <h:inputText value="foo"/> <h:commandButton action="search" value="Search" /> </h:form>
<input>