On 4/19/06, Doug Hughes <[EMAIL PROTECTED]> wrote:
> The issue is this:  CF won't let you do something like:
>
> <cftransaction>
>             <cfset something.save() />
>             <cfset somethingelse.save() />
> </cftransaciton>
>
> I wish it did, but it doesn't.

Sure it will. It hadn't used to allow it but it does now. I think it
was introduced in CF7. However, you can't nest transactions (CF used
to allow nested transaction tags but they just didn't work properly -
now transactions can span function calls but in order to make them
work, they had to disallow nested transaction tags).
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood



-- Reactor for ColdFusion Mailing List -- [email protected]
-- Archives at http://www.mail-archive.com/reactor%40doughughes.net/


Reply via email to