Thanks for the feedback, Ian... whew...

Rick

-----Original Message-----
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 18, 2007 4:33 PM
To: CF-Talk
Subject: RE: Client-side validation or Server-side Validation?

Is it accurate to say that once the submit button is clicked, Jorn's
plug-in validates everything server-side first based on the id of the
form, then once that's complete, with no errors, the form will be
submitted to the action page automatically, in this case
ex2_process.cfm, and perform the server-side validation?

I'm not quite sure of the flow of activity.

Rick


Yes assuming you meant "client-side" the first time you typed
"server-side".

The basic flow is:

User completes form.
Client side validation.
If fails - abort submission of data and inform user - return to start.
If passes submit data to server.
Server side validation.
If fails - abort data procession and inform user - return to start.
If passes process data.





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275763
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to