Does your <cfparam> tag look like this

<cfparam name="attributes.companyname" default="yourmama">

or like this

<cfparam name="companyname" default="yourmama">

the latter would fail as it is missing the attributes prefix. Just a stab 
in the dark.

Brook

At 05:04 PM 16/05/01 -0400, you wrote:
>Ok heres the issue, i am sending out an HTML Form via email that is supposed
>to post back to our server.
>
>and i'm sure its something simple, but it gives this
>
>An error occurred while evaluating the expression:
>
>
>#attributes.companyname#
>
>
>
>Error near line 5, column 10.
>----------------------------------------------------------------------------
>----
>
>Error resolving parameter ATTRIBUTES.COMPANYNAME
>
>
>ColdFusion was unable to determine the value of the parameter. This problem
>is very likely due to the fact that either:
>
>   1.. You have misspelled the parameter name, or
>   2.. You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL, or
>CFTABLE tag.
>
>The error occurred while processing an element with a general identifier of
>(#attributes.companyname#), occupying document position (5:9) to (5:32) in
>the template file
>/home/httpd/html/dev/aeps/company/query/qry_postcompanysurvey.cfm.
>
>
>
>BUT there are those variables as well as a CFPARAM before use, this was on
>IE. Any ideas
>
>
>
>thanks
>
>
>
>Bill Wheatley
>Director of Development
>AEPS INC
>Allaire ColdFusion Consulting Partner
>Allaire Certified ColdFusion Developer
>http://www.aeps.com
>ICQ: 417645
>954-472-6684 X303
>
>IMPORTANT NOTICE:
>This e-mail and any attachment to it is intended only to be read or used by
>the named addressee.  It is confidential and may contain legally privileged
>information.  No confidentiality or privilege is waived or lost by any
>mistaken transmission to you.  If you receive this e-mail in error, please
>immediately delete it from your system and notify the sender.  You must not
>disclose, copy or use any part of this e-mail if you are not the intended
>recipient.  The RTA is not responsible for any unauthorized alterations to
>this e-mail or attachment to it
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to