True enough. But then, as I've stated previously, the only validation I've ever used has been with server-side CF, since I didn't care to spend the time to wrestle with JS and client-side validation.
When I heard about jQuery and its framework, suddenly I had a method to employ... something I could grasp without too much time and effort. Previously, the entire form would be validated at once, and the user returned to the form page with input data intact, along with appropriate error messages. With the AJAX schema, all that validation would be broken up into smaller parts. So, moving from a complete server-side validation schema to a hybrid AJAX schema wouldn't seem to pose any greater risk to server time and stress that the all-server-side schema I've been using... or am I missing something? Rick -----Original Message----- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 4:11 AM To: CF-Talk Subject: Re: Client-side validation or Server-side Validation? Rick Faircloth wrote: > For single field validation on blur, which is mostly what I'm interested > in using, I get such fast response from the server that it's speed is of > no consequence... Maybe you get that, but somebody on the other coast is 90 ms away and that is enough to have started typing in the next field before the warning comes. Let alone somebody overseas. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275532 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

