It seems as if the jstl (1.0.2) coerces all numbers to a Double, where really what I want is to keep it as an integer.

<c:set var="height">250</c:set>
<c:out value="${height/2}"/>
returns 125.0. I'd like it to return just 125 - any hints?

Thanks,
-Steve


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to