OK, I'm seeing the slightest glimmer of light. I'm now able to get the
callbacks to work under the simplest of cases using Massimo's replace
('"','\\"') trick. The problem was in the mix of single and double
quotes in the return from the callback.

HOWEVER, now I'm running into other funky characters that are causing
me more headaches. Now I'm seeing the following error:

unterminated string literal
  [Break on this error] String.prototype.reverse = function () {...rn
this.split('').reverse().join('');};\n


So, I'm looking into this unterminated string literal issue, and I see
that many people have run into it, also.

Does anyone have a simple python routine to clean up a string so it'll
pass this javascript hurdle? Thx.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to