Nathan et al, The system we're developing is slated for going live some time end of September/beginning of October so we can count on being able to use the functionality from RedSky. Which is a good thing. :) The question I was asking was more a case of "best practice" rather than "can I do it".
> Second, you might consider instead storing your instance of > the objectStore in the application scope and then using > instance variables inside the store to keep all your data. I may not have been clear enough initially -- this is in fact what I'm doing. I have a custom tag that either creates the objectStore instance in the application scope or returns a reference to an instance that is already there (in the same way that the objectStore itself works with other objects). The question I had was regarding the fact that the objectStore itself references a shared scope (the application scope) so even if I pass around a reference to that object (which is how I'm doing it) then the object "using" the objectStore will indirectly be using the application scope via the objectStore... Cheers, Tim. ------------------------------------------------------- RAWNET LTD - Internet, New Media and ebusiness Gurus. Visit our new website at http://www.rawnet.com for more information about our company, or call us free anytime on 0800 294 24 24. ------------------------------------------------------- Tim Blair Web Application Engineer, Rawnet Limited Direct Phone : +44 (0) 1344 393 441 Switchboard : +44 (0) 1344 393 040 ------------------------------------------------------- This message may contain information which is legally privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any unauthorised disclosure, copying, distribution or use of this information is strictly prohibited. Such notification notwithstanding, any comments, opinions, information or conclusions expressed in this message are those of the originator, not of rawnet limited, unless otherwise explicitly and independently indicated by an authorised representative of rawnet limited. ------------------------------------------------------- ---------------------------------------------------------- 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).
