ok I am getting somewhere. Thanks for your patience, I'll write this
up somewhere in case someone else needs a google map in a liftweb app.

The functions being generated are good:

function sendPointToServer(point) {
    F298945645192D4K({'command': 'setPoint', 'params':point});
    }

function F298945645192D4K(obj) {lift_ajaxHandler('F298945645192D4K='+
encodeURIComponent(JSON.stringify(obj)), null,null);

But I get a "Can't find variable: JSON" error.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to