It may not be clear from the documentation, but <CFMAIL> ACTS like a
<CFOUTPUT> tag (with no query name).  You do NOT have to use <CFOUTPUT> to
access CF variables inside the <CFMAIL> tag.  Try just taking the <CFOUTPUT>
tags out.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 10:17 AM
To: CF-Talk
Subject: nested cfoutput with cfmai /error says to use group methodl

....

<cfoutput>
<cfmail to="[EMAIL PROTECTED]"
        from="#listgetat(url.cfgridkey,7)#"   'THis should display the
person who
checked out the cd
 subject="Someone Viewed page ">
 Hi,

 Cd #Listgetat(url.cfgridkey, 8)# is overdue.

Thanks,
Eddie

 </cfmail>
</cfoutput>


----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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