Since I reinstalled Eclipse Helios I have a lot of these errors in my problems view:
Encountered "<EOF>" at line 0, column 0.
Was expecting one of:
<INTEGER_LITERAL> ...
<FLOATING_POINT_LITERAL> ...
<STRING_LITERAL> ...
"true" ...
"false" ...
"null" ...
"(" ...
"-" ...
"not" ...
"!" ...
"empty" ...
<IDENTIFIER> ...
"not" ...
"!" ...
"-" ...
"empty" ...
"true" ...
"false" ...
<INTEGER_LITERAL> ...
<FLOATING_POINT_LITERAL> ...
<STRING_LITERAL> ...
"null" ...
"(" ...
<IDENTIFIER> ...
<IDENTIFIER> ...
I am sure I never had that before, the validation seems to fail on parts like that:
<f:facet name="header">
<ice:outputText value="ID"></ice:outputText>
</f:facet>
#{bean.id} <========= THIS LINE IS MARKED AS INVALID
</ice:column>
Why does this happen? What I can do against it? Thanks.