Status/Resolution/Reason: To Fix//Investigate
Reporter/Name(from Bugbase): Bradley Wood / Bradley Wood (Bradley Wood)
Created: 08/19/2016
Components: Language
Versions: 2016
Failure Type: Enhancement Request
Found In Build/Fixed In Build: CF2016_Final /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Platforms All
Vote Count: 6
The default attribute of the cfproperty tag requires a string. Allow CF expressions to match the way the default attribute of the cfargument tag works.
component accessors=true {
// This is just a string
property name='myString' default='[1,2,3]' type='string';
// This will actually be an array
property name='myArray' default='#[1,2,3]#' type='array';
/**
* This will actually be a struct
* @default #{ foo : 'bar' }#
*/
property name='myStruct' type='struct';
}
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4182565
External Customer Info:
External Company:
External Customer Name: Bradley Wood
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: