For what it's worth, I experimented with CFTREE and couldn't reproduce the 
problem there.  Seems to be just CFGRID.

Joy

At 04:43 PM 5/6/2005 -0400, you wrote:
>If I'm remembering right, the same thing happens with CFTREE, or at least it
>did in older CF versions.
>
>Not that that's much help...
>
>Dave Merrill
>
>> Here's a strange one... If the text in a cell of the selected row
>> of a CFMX7 Flash CFGRID contains a semicolon that is NOT the last
>> character in the cell, it blows up, resulting in the error "The
>> submitted cfgrid form field is corrupt."
>>
>> Here's some sample code for you:
>>
>> <CFSET myQuery = QueryNew("ticket_id,description")>
>> <CFSET temp = QueryAddRow(myQuery)>
>> <CFSET QuerySetCell(myQuery,"ticket_id","1")>
>> <CFSET QuerySetCell(myQuery,"description","a;")>
>> <CFSET temp = QueryAddRow(myQuery)>
>> <CFSET QuerySetCell(myQuery,"ticket_id","2")>
>> <CFSET QuerySetCell(myQuery,"description","a;b")>
>>
>> <CFFORM NAME="test" ACTION="test.cfm">
>> <CFGRID NAME="testGrid" QUERY="myQuery" SELECTMODE="ROW" FORMAT="FLASH">
>> </CFGRID>
>> <CFINPUT TYPE="submit" NAME="submit">
>> </CFFORM>
>>
>> Click on Row 1 and submit, and all is well.  Click on Row 2 and
>> submit and it throws the error.  Is this a bug, perhaps?
>>
>> Joy
>
>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205911
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to