EL Syntax error
I have the following line of code in my JSP page that I keep getting an EL syntax error on within Eclipse 3.2 but I can't figure out the problem and the new OReilly book states I have it correct:
<LABEL>Repeat Contract:</LABEL>${(req.POType == 'REP') ? 'Y' : 'N'}<BR>
I guess this could be a problem with the validator in Eclipse 3.2 but I've unchecked the JSP validator because I could not find an EL validator option and I'm still getting this error.
Any direction or suggestion would be appreciated.
Thanks.
|