Error in Struts2 OGNL expressions when migrating to Netbeans 7
Encountered ":" at line 1, column 9.
Was expecting one of:
"}" ...
"." ...
"]" ...
">" ...
"<" ...
Netbeans 7 will show the above error in jsp pages when migrating to Netbeans 7.0 from lower version for the following type of syntax.
list="#{true:'On',false:'Off'}"
But it will not affect the output of the JSP ...
Read more...