JBuilder doesnot have a full pledge brower.  Use
the external instead (ie IE or Nestcape).

-Dan
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Struts Newsgroup" <[EMAIL PROTECTED]>
Sent: Wednesday, November 06, 2002 7:43 AM
Subject: Re: validator works in jbuilder6 navigator but not with iexplorer,
Netscape,,,,


> I have found the problem, it's with the value
> of locale.
> lenguage="es"
> country=""  donīt work -->explorer
>
> lenguage="es"
> country="ES" does works. ---> jbuilder
>
> How can I solve this problem?
>
>
> validator.java :
>
>        if (hResources.containsKey(LOCALE_KEY)) {
>    locale = (Locale)hResources.get(LOCALE_KEY);
>        }
>        hResources.put(VALIDATOR_KEY, this);
>        locale=null;   <-------------------------------------------  BAD
SOLUTION but works
>        if (locale == null) {
>    locale = Locale.getDefault();
>        }
>
>
>
>
>
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>
>

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to