G'day
Dunno if this counts as a "bug" or not.

In CF, if I do this:

<cftry>
        <cfabort showerror="foo">
        <cfcatch>
                <cfdump var="#cfcatch#">
        </cfcatch>
</cftry>

"foo" is the MESSAGE.  In OBD, it's the DETAIL.

The situation in which this "matters" to me is that my hand has been
forced into a situation in which I need to make a decision based upon
the message a <cfabort> raises (don't ask).  And I've noticed the
difference between the two.  I do err towards CF having the better
approach here, but there's not much in it.  And I'm not sure it really
matters...

Thoughts?

--
Adam

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 online manual: http://www.openbluedragon.org/manual/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to