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
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
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
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
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
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
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
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
8 matches
Mail list logo