Not strange, guess you just can't do a CFOUTPUT inside a CFMAIL ... oops

Joshua Miller
Web Development::Programming
Eagle Technologies Group, Inc.
www.eagletgi.com
[EMAIL PROTECTED]

-----Original Message-----
From: Joshua Miller [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 04, 2001 12:03 PM
To: [EMAIL PROTECTED]
Subject: Strange CFMail Error


"A query driven CFOUTPUT tag is nested inside a CFMAIL tag that also has a
QUERY= attribute. This is not allowed. Nesting these tags implies that you
want to use grouped processing. However, only the top-level tag can specify
the query that drives the processing."


<cfmail to="[EMAIL PROTECTED]" from="[EMAIL PROTECTED]"
subject="Missing File Encountered">
<cfoutput query="q404" group="adSite">
#repeatstring("=",50)#
#adSite#
#repeatstring("=",50)#
<cfoutput>
#repeatstring("-",50)#
Date: #dateformat(adDateTime,"mm/dd/yyyy")# #timeformat(adDateTime,"hh:mm:ss
tt")#
File: #adFile#
Referring Page: #adReferer#
</cfoutput>

</cfoutput>
#repeatstring("=",50)#
To be removed: <a
href="mailto:[EMAIL PROTECTED]?SUBJECT=Remove%20From%20404%20Digest";>dev@eagl
etgi.com</a>
#repeatstring("=",50)#
</cfmail>

Any reason why this error would occur??? My CFMAIL doesn't have a query
specified at all... I have 2 nested outputs running inside the CFMAIL and
that's it.


Joshua Miller
Web Development::Programming
Eagle Technologies Group, Inc.
www.eagletgi.com
[EMAIL PROTECTED]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to