Re: Locale problem...

2006-01-24 Thread Hubert Rabago
On 1/24/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: > However I have just created some new date validation functions that > can do this for you. They are only currently in subversion, the > package javadoc has some examples here: > > http://tinyurl.com/cc7a2 > > Niall >From above URL: "1. O

Re: Locale problem...

2006-01-24 Thread Niall Pemberton
On 1/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi All, > > I have an application which is used in US, Europe and Asia. > The application should show the date in each regions own local time. > I have to create the time and store it in databsae in GMT and again > while displaying the da

Locale problem...

2006-01-23 Thread Shilpa . Nalgonda
Hi All, I have an application which is used in US, Europe and Asia. The application should show the date in each regions own local time. I have to create the time and store it in databsae in GMT and again while displaying the date back to the browser convert The GMT into the local timezone. Wh

Struts DateFormat / Locale problem after rebooting WebSphere AppServer

2005-09-21 Thread Silvija Cardzic-Mrsa
Hi, My struts application is installed on a WebSphere Application Server. AppServer and OS is installed in english language version. In the struts application I'm setting the locale to german, for formatting date and time values and saving to database - it works fine so far. After rebooting th

struts Locale problem after rebooting WebSphere AppServer

2005-09-08 Thread Silvija Cardzic-Mrsa
Hi, My struts application is installed on a WebSphere Application Server. AppServer and OS is installed in english language version. In the struts application I'm setting the locale to german, for formatting date and time values and saving to database - it works fine so far. After rebooting th

Re: Locale problem: can't find bundle

2004-10-18 Thread Craig McClanahan
On Mon, 18 Oct 2004 11:38:12 +0200, Ian van der Neut <[EMAIL PROTECTED]> wrote: > ResourceBundle bundle = ResourceBundle.getBundle("application"); Change this to: ResourceBundle bundle = ResourceBundle.getBundle("java.resources.application"); since you're required to specify t

RE: Locale problem: can't find bundle

2004-10-18 Thread Hiran.Chaudhuri
11 80867 München Phone +49-89-54 74 21 34 Fax +49-89-54 74 21 99 > -Original Message- > From: Ian van der Neut [mailto:[EMAIL PROTECTED] > Sent: Montag, 18. Oktober 2004 10:38 > To: Struts mailing list > Subject: Locale problem: can't find bundle > > Hello

Locale problem: can't find bundle

2004-10-18 Thread Ian van der Neut
Hello all, I'm getting the following error when I want to change the language of my webapp. I searched the archives and google, but can't really find anything that helps me. I get the following error: javax.servlet.ServletException: Can't find bundle for base name application, locale en_US I hav