You mean if you use cfform?



"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-----Original Message-----
From: Terry Ford
To: CF-Talk
Sent: Sun Jun 10 16:56:17 2007
Subject: Facebook integration & auto CFMX form validation

Hey...

It seems that Facebook's new application API requires FORM callbacks that
use FORM.variable names ending in either _date or _time.

This is triggering CFMX (6.1 at least) to automatically try to validate the
calls.  This is a bad thing, as the CF developer has no control over the
name of those variables or the data type.  There is also no ability to
intercept the FORM and change it, because validation occurs before anything
else.

The end result is an HTTP 500 error with:
"Form entries incomplete or invalid.    * 1181490277.3472"

If I strip the page down to the string "hello", the above error still
occurs.

Has anyone else run into this problem, or does anyone know how to entirely
disable this automatic FORM validation based on variable name?  I've tried
playing around with CFERROR, but can't find a way to stop it from aborting
the application at validation failure.

Thanks



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280587
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