Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Henry Ho / Henry Ho (Henry Ho)
Created: 04/23/2013
Components: Language
Versions: 10.0
Failure Type: Crash
Found In Build/Fixed In Build: Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Windows 7
Vote Count: 2
Problem Description:
expression fails but works with setVariable() even though they should be equivalent - http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7f48.html
Steps to Reproduce:
memento.items = [];
memento.items[5] = {src="123"};
"memento.items[5].src" = "";
Actual Result:
Valid variable names must start with a letter and can only contain letter, numbers, and underscores.
Expected Result:
should work the same as: setVariable("memento.items[5].src", "")
Any Workarounds:
use setVariable() instead.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3547852
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: henrylearn2rock
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: