Could someone tell me exactly what the 'page context bug' is please ?
When a CFC instance is created, the context of the page request that created it is "baked in" to that instance (that's the bug). What does that mean? Whenever you do cfoutput or access a shared scope like 'session' or 'application', that depends on the page request context. If you store a CFC instance in a shared scope, it won't be able to do cfoutput or access shared scopes on subsequent page requests because it will no longer have a valid page context (it still has the one from when it was created).
Does that help?
And it's fairly hard to fix properly, which is why it hasn't gotten into an Updater yet!
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).
