At 11:19 AM 8/1/2003 -0400, you wrote: >When JSPs are created they have no relationship to a request and its >subsequent response. Thus, they need a "context" to tie the request and > response to themselves. The Servlet engine does this by providing a >PageContext object. Since CFMs -- and unfortunately CFCs -- are just >specialized JSPs they require a PageContext to be associated with a >request and response. Since it is possible to persist CFC instances >across requests using the provided shared memory scopes, CFC instances >can be tied to the wrong PageContext.
Crystal clear! Thanks! -- Alex Sherwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

