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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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