The items with Œitem¹ single quotes are just concatenated strings as they
are fixed paths etc. Its not those which are causing the problem ­ its the
serialization of JsObj that appears to be the issue here. If you remember
some time ago I was asking about JsObj and Map[String,String], anyway I
ended up having a toJs method on the object containing that map. Said method
looks like this:

def toJs: JsObj = JsObj((for((key, value) <- is) yield (key,
Str(value))).toList : _*)

Its that which is outputing:

{&quot;useJSToGetCustomizationValues&quot;: &quot;false&quot;,
&quot;zoom&quot;: &quot;fit&quot;, &quot;scrollBars&quot;:
&quot;both&quot; ....}

Does that help?

Cheers, Tim

On 30/04/2009 13:47, "David Pollak" <feeder.of.the.be...@gmail.com> wrote:

> script is a String.  How is it built?



--~--~---------~--~----~------------~-------~--~----~
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