How to use more than one JSF form -
i have java ee 7 project , in web application part trying open jsf forms. however when run it, sees initial form. how can enable reach other forms? small example code: <body> <h:form id="firstform" prependid="false"> ... </h:form> <h:form id="secondform" prependid="false"> ... </h:form> </body> this answer helped me lot. , there referance problem. after correcting them, can see form structure. i know code above not nested form structure, other people curious issue, cannot make nested forms in html5 (for both <h:form> , <form> ). careful template. good luck!