Status/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 03/05/2012
Components: Language, CF Component
Versions: 2016,11.0,10.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: Public Beta /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Platforms All
Vote Count: 1
Currently implicit getters/setters are restricted to the variables scope. This prevents us from defining which variable to get/set.
As suggested by Adam Cameron, it could be useful to have an attribute on the <cfproperty> tag that defines which variable to get/set.
Example: <cfproperty name="myVar" variablename="foo.myVar"./>
This would get/set variables.foo.myVar. This way we can keep these variables separate from the rest of the variables scope.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3130900
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: