On Thursday, May 29, 2003, at 06:55 US/Pacific, Brian Deitte wrote:
One thing to note: the page context bug can also occur when storing a CFC in the application/server/etc scopes and you call isDefined on an unscoped variable that isn't defined. So something like isDefined("undefinedVar"). This is because we'll search the request and cgi scopes, which have the bug. -Brian

Yes, another reason to use structKeyExists() instead of isDefined() (and why the 'instance' struct is useful in the unnamed scope).


Sean A Corfield -- http://www.corfield.org/blog/

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

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email.


CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

Reply via email to