We have a custom tag that has a CFTRANSACTION in it. That tag is called from
3 other templates, all of which call it from within a query-driven CFLOOP.

Ideally, I'd like to be able to retain the CFTRANSACTION within the custom
tag but also wrap a CFTRANSACTION around the query-driven loop, but I'm
getting this error:

============================================
CWebException: Error: Invalid use of CFTRANSACTION tag

Explanation: You have used a CFTRANSACTION tag within the
scope of another CFTRANSACTION tag (nesting of
CFTRANSACTION tags is not permitted).

This error very likely results from the unintentional omission
of the end tag (/CFTRANSACTION) for your first
CFTRANSACTION.
============================================

The closing tag is there, BTW.

Is nesting CFTRANSACTIONS possible at all, perhaps by using certain
attribute parameters?



Thanks

-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Netshopper UK Ltd
Advanced Web Solutions & Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to