Does anyone know if there are any known issues with using CFFORM in CF 4. 5
vs 4.0? We are trying to upgrade one server to 4.5 and I'm getting very
ambiguous errors that are thrown as soon as the server encounters my CFFORM
tag. When I pull the source on both working and errored pages, I notice the
CFFORM tag is rendered differently. On 4.0 CFFORM translates into <FORM
NAME="CFForm_1" ACTION="" METHOD=POST onSubmit="return
_CF_checkCFForm_1(this)">. On 4.5, the CFFORM translates into <FORM
NAME="CFForm_1" METHOD=POST onSubmit="return _CF_checkCFForm_1(this)">.
Notice there's no action added in the second. There's no action added by
myself in the first, but CFserver puts it in for me...I'm thinking 4.5
doesn't.

The error I get on the page is:

Error Occurred While Processing Request

 Error Diagnostic Information

 unknown exception condition

 unknown error while executing a tag.

ANY help would be extremely appreciated!! 

thanks,
-e

Emily Ellen Childress
Corporate Web Development
USinternetworking, Inc.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to