• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Glassfish,excel and locale problem?

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I run an application on Glassfish v2 server, the locale of domain is en_US. From a servlet i'm printing table with formated(DecimalFormat) numbers. When I browse the page everything is OK, but when i download the page as excel xls (no frameworks, just changing mime), the numbers become DATES !?!?!?. The locale of my PC is different.

On Tomcat 6 there isn't such problem!

Any help or hint.
Thanks a lot.


crosspost here:
 
reply
    Bookmark Topic Watch Topic
  • New Topic