Error Parsing /listProduct.xhtml: Error Traced[line: 12] Element type “h:dataTable” must be followed by either attribute specifications, “>” or “/>”.
<h:head>
Products List
</h:head>
<h:body>
<h:dataTable value="#{ProductControler.productList}" var="produto"border="1">
<h:column>
<f:facet name="header">
<h:outputText value="Product ID"/>
</f:facet>
<h:outputText value="#{produto.productId}"/>
</h:column>
</h:dataTable>
<h:form>
<h:commandButton id="back" value="Back" action="index"/>
</h:form>
</h:body>
