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...
-----Original Message----- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007 5:02 PM To: CF-Talk Subject: Re: Client-side validation or Server-side Validation? > You can setup your server-side to do both the ajax and the non-js > submits. you create one validation method that gets called either way. That's true only if you consider ajax validation to be client side. This is not true client side validation, as it involves a call to the server. You are not getting the benefits of true client side validation (speed, no server traffic). -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275487 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

