SV: Form Validation

2004-03-15 Thread Nina Bertilsdotter
Thank you, Frank, I was indeed missing the validation='true' but that didn't seem to fix my problem... must be something else; I guess I've got to keep digging. Nina -Ursprungligt meddelande- Från: Otto, Frank [mailto:[EMAIL PROTECTED] Skickat: den 15 mars 2004 11:13 Till: 'Struts

SV: Form Validation

2004-03-15 Thread Nina Bertilsdotter
- From: Nina Bertilsdotter [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 5:25 PM To: 'Struts Users Mailing List' Subject: SV: Form Validation Thank you, Frank, I was indeed missing the validation='true' but that didn't seem to fix my problem... must be something else; I guess I've

SV: Form Validation

2004-03-15 Thread Nina Bertilsdotter
: Nina Bertilsdotter [mailto:[EMAIL PROTECTED] Gesendet: Montag, 15. März 2004 11:39 An: 'Struts Users Mailing List' Betreff: SV: Form Validation Thanks Budi, but that didn't seem to do the trick either. When I enter 4 (min range is 1900) in the year field I still don't get an error

SV: Form Validation

2004-03-15 Thread Nina Bertilsdotter
- Von: Nina Bertilsdotter [mailto:[EMAIL PROTECTED] Gesendet: Montag, 15. März 2004 11:39 An: 'Struts Users Mailing List' Betreff: SV: Form Validation Thanks Budi, but that didn't seem to do the trick either. When I enter 4 (min range is 1900) in the year field I still don't get an error

Re: SV: Form Validation

2004-03-15 Thread Jignesh Patel
] Gesendet: Montag, 15. März 2004 11:39 An: 'Struts Users Mailing List' Betreff: SV: Form Validation Thanks Budi, but that didn't seem to do the trick either. When I enter 4 (min range is 1900) in the year field I still don't get an error. -Ursprungligt meddelande- Från: Budi

SV: Form Validation

2004-03-15 Thread Nina Bertilsdotter
: Form Validation I use ValidatorForm, but I think it's not the solution. -Ursprüngliche Nachricht- Von: Nina Bertilsdotter [mailto:[EMAIL PROTECTED] Gesendet: Montag, 15. März 2004 11:42 An: 'Struts Users Mailing List' Betreff: SV: Form Validation No, it extends ValidatorActionForm

Re: SV: Form Validation

2004-03-15 Thread Joe Hertz
, March 15, 2004 5:55 AM To: Struts Users Mailing List Subject: Re: SV: Form Validation I am trying to use min length in javascript for password, but it is not working. I am just wondering why it works for all the fields but not password. Can I have any input. -Jignesh On Monday 15

Re: SV: Form Validation

2004-03-15 Thread Jignesh Patel
this though, you can just go ahead and modify the javascript you'll find in the validation-rules.xml file. -Original Message- From: Jignesh Patel [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 5:55 AM To: Struts Users Mailing List Subject: Re: SV: Form Validation I am trying

Re: SV: Form Validation

2004-03-15 Thread Christoph Kutzinski
Joe Hertz wrote: Check the Bugzilla. I believe it works in the html:errors tag, but you won't get a javascript popup. If memory serves, there's a security concern about using minlength in password fields -- basically the logic goes something like, Do you really want to be providing a front

Re: SV: Form Validation

2004-03-15 Thread Max Cooper
the registration form) to no security consequences. -Max - Original Message - From: Christoph Kutzinski [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, March 15, 2004 5:06 AM Subject: Re: SV: Form Validation Joe Hertz wrote: Check the Bugzilla. I believe

Re: SV: Form Validation

2004-03-15 Thread Jignesh
Ok Christophe, Guide me what part of validation-rule.xml, I will modify to make it validate clientside. Jignesh Patel Bang Software Technologies Pvt Ltd [EMAIL PROTECTED] (O) 022 –28304761 Ext. 17 022- 28343742 Ext. 17

Re: SV: Form Validation

2004-03-15 Thread Christoph Kutzinski
Mailing List [EMAIL PROTECTED] Sent: Monday, March 15, 2004 5:06 AM Subject: Re: SV: Form Validation Joe Hertz wrote: Check the Bugzilla. I believe it works in the html:errors tag, but you won't get a javascript popup. If memory serves, there's a security concern about using minlength in password

AW: SV: Form Validation

2004-03-15 Thread Andreas Solarik
-Ursprungliche Nachricht- Von: Christoph Kutzinski [mailto:[EMAIL PROTECTED] Gesendet: Montag, 15. Marz 2004 14:48 An: Struts Users Mailing List Betreff: Re: SV: Form Validation Max Cooper wrote: If the hacker thinks that 7 character passwords may be allowed, they might waste a considerable amount