I'm not sure that's correct. Using the same scenarios (and assuming the
jquery validation is defined in onsubmit with return specified) here's my
understanding:

CFValidation = false - validation ends.
> JQuery = doesn't get processed.
> Form Doesn't Submit
>
> CFValidation = true
> JQuery = false - validation ends
> Form Doesn't Submit.
>
> CFValidation = false - validation ends.
> JQuery = doesn't get processed.
> Form Doesn't Submit.
>
> CFValidation = true
> JQuery = true
> *confetti*
>
> You either need to change your cfvalidation to be jquery, or build a
> wrapper function for both validation that checks to make sure that both
> validate before moving on.
>

I don't _think_ that's true. However I could be wrong.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341790
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to