JSTL fmt:parseNumber Formatting Tag
The JSTL <fmt:parseNumber> Formatting Tag is used for parsing the numbers, currencies and percentages. Syntax: <fmt:parseNumber value=”val” otherattributes /> fmt:parseNumber tag attributes: Attribute Description Required value Numeric value to read or parse. No type NUMBER, CURRENCY, PERCENT. No parseLocale Locale to use when parsing the number. No integerOnly Whether to parse to an integer (true) … Read more