You could create a CFC that does all your validation, and use the same CFC for client side validation (via AJAX) and server side.
Russ -----Original Message----- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 15 October 2006 20:45 To: CF-Talk Subject: Re: Form Validation Custom Tag >>IN ADDITION to server-side validation, correct? Sure: most of validation can and should be done client side. There are only few exceptions that needs server assistance, like for instance a new use creates a code for him. One has to check that this code is not already used by somebody else. Only the server can do that. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256832 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

