Your cfhttp may be set to GET instead of POST. Two options: Change cfhttp
to use post and access your variables as forms or
<cfhttpparam type="FORMFIELD" name="cClass"
value=#URLEncodedFormat(attributes.cClass)#>
> -----Original Message-----
> From: Brian L. Wolfsohn [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 09, 2000 7:41 AM
> To: CF-Talk
> Subject: cfhttp
>
>
> I'm having a problem with cfhttpparam
>
> if there is an & in the attributes.cClass variable, i'm either getting a
> connection failure response, or the page is timing out.
>
> the & may be a legitimate character to be in the field, but in the
> meantime, i've worked around the problem by replacing the & with
> a /. I'd
> like to be able to allow an & in this variable.
>
> No &, no problem..
>
> Does anyone have any suggestions ??
>
>
>
> <cfhttpparam type="FORMFIELD" name="cClass" value=#attributes.cClass#>
>
> ------------------------------------------------------------------
> ------------------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> or send a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
>
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]