Getting integer portion of ceiling of a double number using fmt tags

2009-02-12 Thread Rashmi
Hello all, I'm trying to get the integer portion of the ceiling of a number using JSTL 1.2 fmt tags on Tomcat 6.x, JavaSE 6.x. So, if my number is 1.2 , the result expected is 2 (no fractions) or if my number is 1.6 the result wanted is 2 In JavaSE 6 this can be accomplished with NumberFormat h

Re: Getting integer portion of ceiling of a double number using fmt tags

2009-02-12 Thread Rashmi
I've submitted a feature request to jstl-spec-public to add roundingMode attribute to fmt:formatNumber and fmt:parseNaumber . -Rashmi - To unsubscribe, e-mail: taglibs-user-unsubscr...@jakarta.apache.org For additional commands,