Request scope is available in 4.0.1. Make absolutely certain that you have
output in the body. Are the header/footer files showing up? Is the code
between the cfcase /cfcase being executed?

NAT

> -----Original Message-----
> From: Bert Dawson [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 13, 2000 8:05 AM
> To: Fusebox
> Subject: RE: Cf_BodyCOntent
>
>
> 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=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