Hi everyone, I'm trying to figure out how to set a property on a CFC and reference it on my calling page. In VBScript I can define as many properties as I'd like and reference them via objName.PropertyName. I'm assuming that's possible with local CFCs (I'm not intersted in web services at all on this one), but the livedocs suggest that cfproperty is webservice specific. I'm not finding any other method to make this happen beyond using the THIS scope. My vague knowledge of the THIS scope is that this scope is available (and overwritable, manipulatable) in the calling page, which isn't what I'm after. I need a read-only property that can only be manipulated from inside the CFC.
I have a feeling that I'm missing something really simple here, but I just can't get it. Dan ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at [EMAIL PROTECTED]
