java - How to do Indian currency format in jstl format? -



java - How to do Indian currency format in jstl format? -

how format numbers in jstl foramtnumber option. tried apply format pattern in

<fmt:setlocale value="en_in" scope="request"/> <fmt:formatnumber type="currency" pattern="#,##,##0.00" groupingused="true" > <s:property value="%{#attr.total.column10}" /> </fmt:formatnumber>

but displays value 23,233,400.00.. want 2,32,33,400.00. ho apply pattern.

java struts2

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -