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

-----Original Message-----
From: Richard White [mailto:rich...@j7is.co.uk] 
Sent: January-19-11 9:00 AM
To: cf-talk
Subject: Re: ExtJS Text Area, MySQL, ColdFusion and Enter Key


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:
>
>{"total": "1",
>"data":[{"ABBREVIATION":"J7_ID","ADDITIONALINFORMATION":"testing
>
>testing}]}
>
>It is actualy showing the link breaks, so presumably this is causing 
>the exception.
>
>Would the best solution be to loop through the text on the server 
>converting any chr(10) to something and add a renderer on the grid to 
>convert it back to '\n'
>
>Its strange how this works for you though
>
>thanks for your help



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:341029
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to