The request scope was introduced fairly recently - not sure exactly when,
but i think it was 4.5.
run this snippet should let you know if it there or not...

<CFSET request.foo="bar">
<CFIF IsStruct(request)>
    request scope is available
<CFELSE>
    request scope ain't available
</CFIF>

Bert

> -----Original Message-----
> From: Chris Bogzevitz [mailto:[EMAIL PROTECTED]]
> Sent: 13 November 2000 14:53
> To: Fusebox
> Subject: Cf_BodyCOntent
> 
> 
> Is there a known problem with cfbodycontent and CF Server 
> 4.0.1?  I cannot
> get any output from request.bodycontent.
> 
> Chris
> 
> --------------------------------------------------------------
> ----------------
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
> s/fusebox or send a message to 
> [EMAIL PROTECTED] with 'unsubscribe' in the body.
> 
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to