Re: validator works in jbuilder6 navigator but not with iexplorer, Netscape,,,,

2002-11-06 Thread Dan Tran
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 jbuil

Re: validator works in jbuilder6 navigator but not with iexplorer, Netscape,,,,

2002-11-06 Thread JuanPedro . DeAndres
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.

validator works in jbuilder6 navigator but not with iexplorer, Netscape,,,,

2002-11-06 Thread JuanPedro . DeAndres
Can someone help me to find the problem. When I'm developing an application de navigator of jbuilder works OK, I can se it with the debuger realizing the validation inside an Action. Stopping in the same place with an external navigator validations fails, and do nothings. Any Idea? Thanks -- T