>>If anyone has any comments in this approach, I'm all ears. I agree with you, but let me just add that server side validation does not have to work exactly the same way.
What I mean is that client side validation is to be preferred and used mostly for the user comfort, when server side is especially needed to prevent from malicious data sent by people who intentionally will deactivate Javascript and client side validation. For instance, one may check client side that a requested field is not empty, or that a date is a valid date, and friendly warn the user if something is wrong, before he submits the form. Server side, I will let the database engine protests if the field is empty anyway or if the date is still invalid. I will not loose my time with people horsing around with my forms and trying to work around my user friendly interface. Thus, server data validation can be limited to security concerns. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275216 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

