Re: Validation Clarification

2001-04-13 Thread Craig R. McClanahan
On Tue, 10 Apr 2001, Moore, Amy L wrote: greetings everyone... My question is this: What would the benefits be for using the validation() vs. client-side validation with Javascript? Granted it would probably be faster for the user if javascript validation was used, but in a few articles

Validation Clarification

2001-04-10 Thread Moore, Amy L
greetings everyone... My question is this: What would the benefits be for using the validation() vs. client-side validation with Javascript? Granted it would probably be faster for the user if javascript validation was used, but in a few articles that I have read pertaining to JSP taglibs only

Re: Validation Clarification

2001-04-10 Thread David Winterfeldt
I've been working on something that generates Javascript based on your server side validation. I think it is always important to perform your validation server side. It is the only thing you can guarantee will happen. If you want to also have some of the validation done client side to check

RE: Validation Clarification

2001-04-10 Thread Moore, Amy L
, April 10, 2001 2:39 PM To: [EMAIL PROTECTED] Subject: Re: Validation Clarification I've been working on something that generates Javascript based on your server side validation. I think it is always important to perform your validation server side. It is the only thing you can guarantee

RE: Validation Clarification

2001-04-10 Thread David Winterfeldt
ED]] Sent: Tuesday, April 10, 2001 2:39 PM To: [EMAIL PROTECTED] Subject: Re: Validation Clarification I've been working on something that generates Javascript based on your server side validation. I think it is always important to perform your validation server side. It is the only thin

RE: Validation Clarification

2001-04-10 Thread Moore, Amy L
gotcha thanks -Original Message- From: David Winterfeldt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 3:24 PM To: [EMAIL PROTECTED] Subject: RE: Validation Clarification It will be faster response for the user with Javascript (no conneciton to the server), but I