ok just caught up and tried again, this time I get:
2009-08-02 20:07:16,981 WARN lift:246 - Request for /ajax_request/
F1105202520287L3C/ failed For input string: "(-~0)"
java.lang.NumberFormatException: For input string: "(-~0)"
at java.lang.NumberFormatException.forInputString
(NumberFormatException.java:48)
at java.lang.Long.parseLong(Long.java:403)
at java.lang.Long.parseLong(Long.java:461)
at scala.runtime.RichString.toLong(RichString.scala:214)
at net.liftweb.util.JSONParser$$anonfun$anInt$5$$anonfun$apply
$69.apply(JSON.scala:101)
at net.liftweb.util.JSONParser$$anonfun$anInt$5$$anonfun$apply
$69.apply(JSON.scala:101)
I'm not sure where that (-~0) comes from, the input string is
{"command":"setPoint","params":{"mf":
51.3256123,"$a":-0.6379592,"x":-0.6379592,"y":51.3256123}}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Lift" 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/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---