syntax « EL « JSP-Servlet Q&A





1. JSP EL ${stuff} syntax not working    stackoverflow.com

I have two problems. The first one is that I'm using JSP and that I can't solve. The second one is that I'm getting an odd behavior. When I put this in ...

2. Proper EL Syntax    coderanch.com

3. Can't see the EL syntax problem    coderanch.com

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: ${(req.POType == 'REP') ? 'Y' : 'N'}
I guess this could be a problem with the validator in Eclipse 3.2 ...