But why not incorporate the server-side validation into the client-side validation using Ajax instead of keeping it as a separate process?
-----Original Message----- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007 3:43 PM To: CF-Talk Subject: RE: Client-side validation or Server-side Validation? Les, >> There's tons of example code and libraries (such as qForms) that will >allow >> you to easily apply client-side validation rules to your code. It's not >that >> difficult to implement. > >But then, you'd have to require javascript - so that's another vote in >that direction.... No. My point was don't use AJAX to do server-side validation on stuff you can do solely in the client. You need the server-side validation regardless of whether or not you do any client-side validation. - Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:275473 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

