Title:
CFCLIENT: data structures: struct : structget : Using array inside the structget method does not create it
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / ext-user (Anuj Nawani)
Created: 04/08/2014
Components: Mobile Support, Data Structure
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: 289685 / CF11 Update5
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 0
Code snipet:
<div id="actual_1" class="actual">
<cfclient>
<cfset structObj = structGet("a.b.c[1].d")>
<cfoutput>#a.b.c#</cfoutput>
</cfclient>
</div>
Expected: structGet should create struct a, struct b, array c and struct d where d is inside c, c is inside b and b inside a
Actual: structGet creates struct a, b but not c , output is shown as undefined
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3738742
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: