1. JSP EL ${stuff} syntax not working stackoverflow.comI 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.comI 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'} |