tracker issue : CF-3039909

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

Bug 79760:(Watson Migration Closure)<cfform format="flash"><cfformgroup type="repeater" query="session

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/

Reporter/Name(from Bugbase): Da Li / Da Li (griphold)

Created: 09/04/2009

Components: CFForm, Flash

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 9,0,0,249384 /

Priority/Frequency: Minor / Some users will encounter

Locale/System: English / Win All

Vote Count: 0

Problem:

<cfform format="flash"><cfformgroup type="repeater" query="session.userList"> gives an error:  "id 'session.userList' is not a valid identifier".query="{session.userList}" and query="session[userList]" don't work either. 
Method:

code to reproduce: <cfscript>  a = structNew();  a.feed = queryNew("code","varchar");  queryAddRow(a.feed, 2);  querySetCell(a.feed,"code", "ABCDEFG", 1);  querySetCell(a.feed,"code", "HIJKLMN", 2);  </cfscript>  <cfdump var="#a.feed#">  <cfform name="htmlform" format="html">   <cfselect name="myselect" query="a.feed" label="code" value="code"></cfselect>  </cfform>  <hr />  <cfform name="flashform" format="flash">   <cfformgroup type="repeater" query="a.feed">    <cfinput type="checkbox" name="codes" label="{a.feed.currentItem.code}" value="{a.feed.currentItem.code}">   </cfformgroup>  </cfform> I commented this in CF8 livedocs: 
Result:

id 'xx.xx' is not a valid identifier

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3039909

External Customer Info:
External Company:  
External Customer Name: Da Li
External Customer Email: 5BCE71234476CED099201549
External Test Config: 09/04/2009

Attachments:

Comments: