Ola...
sou novato em JSF e estou criando uma tabela, onde crie botões de navegação (Primeiro, Anterior, Proximo, Ultimo) para navegar entre os registros.
Toda vez que tento visualizar os dados esta emitindo a seguinte mensagem:
The value of attribute "rendered" associated with an element type "h:commandLink" must not contain the '<' character.
o meu codigo está da seguinte forma:
<h:commandLink action="#{pessoa.prev}" value="Previous #{pessoa.batchSize}" rendered="#{(pessoa.firstItem >= pessoa.batchSize)}"/>&nbsp;
<h:commandLink action="#{pessoa.next}" value="Next #{pessoa.batchSize}" rendered="#{(pessoa.lastItem + pessoa.batchSize) <= pessoa.itemCount}"/>&nbsp;
<h:commandLink action="#{pessoa.next}" value="Remaining #{pessoa.itemCount - pessoa.lastItem}" rendered="#{(pessoa.lastItem < pessoa.itemCount) && ((pessoa.lastItem + pessoa.batchSize) > pessoa.itemCount)}"/>
se alguem poder me ajudar, agradeço
[size="11"][color="red"]* Editado: Lembre-se de utilizar BBCode em seus códigos[/color][/size] :joia: