User Profile

Collapse

Profile Sidebar

Collapse
sathyak83
sathyak83
Last Activity: Dec 10 '07, 03:08 PM
Joined: Dec 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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
    See more | Go to post

    Leave a comment:


  • sathyak83
    started a topic Internationalize Numbers using css in a jsp file
    in Java

    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:...
    See more | Go to post

  • 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
    See more | Go to post
No activity results to display
Show More
Working...