tracker issue : CF-3738742

select a category, or use search below
(searches all categories and all time range)
Title:

CFCLIENT: data structures: struct : structget : Using array inside the structget method does not create it

| View in Tracker

Status/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

Listed in the version 11.0.05.293506 Issues Fixed doc
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:

Getting blank output (Comment added from ex-user id:prk)
Comment by Adobe D.
12801 | January 19, 2015 07:34:59 AM GMT
The fix for this bug is available in the pre-release build of ColdFusion 11 Update 5
Comment by CFwatson U.
12802 | February 20, 2015 09:28:00 AM GMT
Verified this is fixed in CF11 Update 5 (build 11,0,05,293506). Thanks!, -Aaron
Comment by External U.
12803 | November 23, 2015 10:02:11 PM GMT