AW: AW: Bug in Struts validator !

2001-09-14 Thread juraj Lenharcik
no problem ;-) -Ursprüngliche Nachricht- Von: David Winterfeldt [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 13. September 2001 17:58 An: [EMAIL PROTECTED] Betreff: Re: AW: Bug in Struts validator ! My bad. I'm blind. I'll fix it and check it into CVS. David --- juraj

Re: AW: Bug in Struts validator !

2001-09-13 Thread David Winterfeldt
n: David Winterfeldt > [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 13. September 2001 16:41 > An: [EMAIL PROTECTED] > Betreff: Re: Bug in Struts validator ! > > > I don't see that you changed anything except to add > braces around the if statement. It already che

AW: Bug in Struts validator !

2001-09-13 Thread juraj Lenharcik
written and is not null. juraj -Ursprüngliche Nachricht- Von: David Winterfeldt [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 13. September 2001 16:41 An: [EMAIL PROTECTED] Betreff: Re: Bug in Struts validator ! I don't see that you changed anything except to add braces around t

AW: Bug in Struts validator !

2001-09-13 Thread juraj Lenharcik
written and is not null. juraj -Ursprüngliche Nachricht- Von: David Winterfeldt [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 13. September 2001 16:41 An: [EMAIL PROTECTED] Betreff: Re: Bug in Struts validator ! I don't see that you changed anything except to add braces around t

Re: Bug in Struts validator !

2001-09-13 Thread David Winterfeldt
I don't see that you changed anything except to add braces around the if statement. It already checks if the locale is null and uses the default locale if it is null. Am I missing what you changed? David --- juraj Lenharcik <[EMAIL PROTECTED]> wrote: > hi all, > > In the class GenericValidato

Bug in Struts validator !

2001-09-11 Thread juraj Lenharcik
hi all, In the class GenericValidator, when you use an another locale than the default you get a null pointer exception. i tried it with the german locale settings. i fixed the bug in this lines: DateFormat formatter = null; if (locale != null){ ==> forma