cfproperty getters

2010-08-23 Thread Michael Dinowitz
I'm using a component that has a variable of dsn. I set a cfproperty tag to get access to the dsn using the implicit getter ability of CF 9. cfproperty name=dsn It fails in all cases giving me a response of: The method getdsn was not found in component XXX Is there something simple I'm missing?

Re: cfproperty getters

2010-08-23 Thread Michael Dinowitz
And the answer is that the cfcomponent tag has to have accessors=true On Mon, Aug 23, 2010 at 3:24 PM, Michael Dinowitz mdino...@houseoffusion.com wrote: I'm using a component that has a variable of dsn. I set a cfproperty tag to get access to the dsn using the implicit getter ability of CF