integer « EL « JSP-Servlet Q&A





1. integer comparison not working correctly in EL (JSP)    stackoverflow.com

I have the following code in my jsp -

 c:if test="${serviceOutput.ok}">
        <c:if test="${serviceOutput.ret.proposalsCount} > 0">
......
and printing ${serviceOutput.ret.proposalsCount} gives the following -
${serviceOutput.ret.proposalsCount}
--> 3
Which ...

2. Comparing ints using EL    coderanch.com

3. EL functions - returning a int.    coderanch.com

4. casting double to int while using el    coderanch.com