Title:
Bug 83527:(Watson Migration Closure)If you create a new CFC with accessors = true and a cfproperty with a default attribute, the default value is never assigned to the property
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Luis Majano / Luis Majano (Luis Majano)
Created: 07/09/2010
Components: Language, CF Component
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / CF10
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 9
Problem:
If you create a new CFC with accessors = true and a cfproperty with a default attribute, the default value is never assigned to the property.
Method:
component accessors=true{property name="test" default="0";}The test property will not have a default value of 0, which is annoying, as we have to call a setter on the constructor instead of tthe default value working.
Result:
cfproperties default argument does nothing
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041756
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: Luis Majano
External Customer Email: 7A3D2E124563615A99201549
External Test Config: 07/09/2010
Attachments:
Comments: