The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within <h:form>
I am getting the following error on my Facelet page, which simply consists of an IceFaces form with two fields and two buttons: The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within <h:form> Here is the form: <ice:form id="form1" partialSubmit="false"> <ice:panelLayout id="panelLayout3"> <ice:graphicImage id="graphicImage1" url="/resources/images/LoginImage.jpg" width="560" /> <ice:outputLabel for="j_username" id="outputLabel1" value="Username:"/> <ice:outputLabel for="j_password" id="outputLabel2" value="Password:"/> <ice:inputText