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
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
Hi, Ian.
Have you tried to use a different package (directory name) for your bundle?
The java and javax packages should be sealed by the JVM classloader to prevent abuse
of standard classes.
Hiran
-
Hiran Chaudhuri
SAG Systemhaus GmbH
Elsenheimer Straße 1
4 matches
Mail list logo