On Friday, Aug 1, 2003, at 08:09 US/Pacific, Raymond Camden wrote: >> How is this related to PageContext, though? > My understanding (and this is most likely wrong) is that the > PageContext > ob allows things like access to the scopes, access to output, etc. I'm > probably wrong about it - but you get the basic idea. Short answer is > that you don't have to worry about it in RedSky. ;)
Pretty much... The bug in CFMX is that "page context" is 'frozen' into the CFC instance when it is created so on a subsequent request, that context is no longer valid, so the CFC cannot do output or access shared scopes (since those are found from the "page context" object). And, as Ray says, the dread page context bug is fixed in Red Sky. Coming soon! I will note, however, that if you're following best practices as far encapsulation goes, you will almost never run into the page context bug. It does make it difficult to write efficient frameworks using CFCs tho' so, for example, Mach II will require Red Sky to run efficiently. Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

