Alguém já viu algum erro parecido?
An error occurred at line: 8 in the jsp file: /requisicao/tab_requisicao.jsp
The method setVar(String) in the type DataTableTag is not applicable for the arguments (JspValueExpression)
6: <f:view>
7: <h:form>
8: <h:dataTable var=“requisicao” border=“1” id=“table”
9: value="#{tab_requisicao.requisicaoList}">
10: <h:column>
11: <f:facet name=“header”>
Quando eu tiro o atributo var ele dá certo, porém sem o var eu não posso completar o resto da tabela.