Details
Description
On pages with more than one <h:form>, each one generates an element which has always the same id, which is invalid HTML.
Looks like this:
...</script><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="..." /></form>
I tried to put it inside <f:subview> as a workaround, but that did not work either (the ids did not change).