new XMLReaderAdapte r().setLocale(( Locale)request. getAttribute("l ocale"))
The above one return type is void. so u should not.
can anyone tell me how to include a locale css file
in jsp
User Profile
Collapse
-
Internationalize Numbers using css in a jsp file
i want to format the numbers using css for each country
ie if country is france the format=0.0.0
if country is UK=00.00
i use the below code
<LINK REL=stylesheet HREF="<%= new XMLReaderAdapte r().setLocale(( Locale)request. getAttribute("l ocale")) %>"
TYPE="text/css">
but i get a exception
exception
org.apache.jasp er.JasperExcept ion:... -
How to format a number according to locale specific format
hi
i want display a number according to locale specific format
ie if the country is france format=0.00
if country is Uk=0,00
if country is US =#00,00,00
if country is india=#00,000
i want to store the format for each country in a separate css file
No activity results to display
Show More
Leave a comment: