if I take out the enter key and enter a normal string then everything is fine. 
This is throughout the software and not just on this store. so it is definitely 
how the enter key is being passed

in the cfm file i have a query that pulls out the data then converts it to JSON 
and sends it to ext using the following code:

cfoutput>{"total": "#getDataTotal.recordcount#", 
#RemoveChars(toJSON.queryToJSON(getData, "data"),1,1)#</cfoutput>

could it be this?

if it is not the ext store and it is not the queryToJSON function then I really 
dont know what else it could be

thanks




>That's why I suggested you inspect the store, if the store looks okay, and
>has records, then it is being loaded fine. Also, its not throwing any
>errors. Maybe your problem is something else...
>
>Brook
>
>whats strange is that even if i remove that field from the store, the store
>still doesnt load, its like the line breaks are causing an error in the json
>being passed
>
>
>
>>Can you show me your column config....
>>
>>thanks for your reply, yes im using firebug and ext straight up
>>
>>
>>i included these 2 function and it came up with a load exception only 
>>when i added text with a line break. The console displays the json data as
>follows: 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341030
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to