I'm using Jsf 2.x with Primefaces 3.5.
I used html form nested with JSF form like this.While rendering JSF form will be rendered.Normal Html Form could not render.
<h:form>
<form>
<h:commandButton value="Submit"/>
</form>
<h:form>
I tried by setting id for all forms and set name also.