Hi,
I've been trying to correctly display data coming from an ajax request
using loadJSONDoc but the content is messed up when viewed in Safari.
So, the JSON response is Safari looks like:
{"tg_flash":null, "items":[{"Name":"pão", "UserID":1,
"Priority":"Normal", (...)
whereas in Firefox, for instance, it looks just fine:
{"tg_flash":null, "items":[{"Name":"pão", "UserID":1,
"Priority":"Normal", (...)
If I render the table which I use to show this data straight from the
Kid template it looks OK in both browsers (I noticed that TG includes
code to deal with this issue in _process_output). But how are people
handling this issue when the data comes from an Ajax request, in
particular using loadJSONDoc()? So far, I've been unable to figure out
a workaround.
I realize this is not exactly a TG issue but I suppose it comes up when
using it. Thanks in advance.
P.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---