Title:
Bug 81228:In coldfusion 8, a struct was accessable from within the creation of a struct when use {}
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): James Gibson / James Gibson (jgibson4)
Created: 12/17/2009
Components: Language
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Major / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
In coldfusion 8, a struct was accessable from within the creation of a struct when use {}. In coldfusion 9, this does not work. I have provided a code sample that works on coldfsuion 8.
Method:
<cfscript>struct = {item1 = "somevalue", item2 = struct.item1};</cfscript>
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3040646
External Customer Info:
External Company:
External Customer Name: James Gibson
External Customer Email: 4C8017234493567499201549
External Test Config: 12/17/2009
Attachments:
Comments: