David,

Thanks for your reply - so what your saying is that if I wrap it in a
CDATA block then issues will go away?

Thanks, Tim

On Apr 30, 1:02 pm, David Pollak <feeder.of.the.be...@gmail.com>
wrote:
> On Thu, Apr 30, 2009 at 3:26 AM, Timothy Perrett 
> <timo...@getintheloop.eu>wrote:
>
>
>
> > Guys,
>
> > Maven just pulled the latest jars from hudson and ooops, now my
> > project is broken! lol.
>
> > The changes to the string helpers etc to move to double quotes not
> > single quotes has broken my entire application which is due to go out
> > tomorrow. For instance:
>
> > {'useJSToGetCustomizationValues': 'false', ..... }
>
> > has now become
>
> > {&quot;useJSToGetCustomizationValues&quot;: &quot;false&quot; .... }
>
> This indicates a bug in your program (I'm not trying to be a jerk here).
> All JavaScript/JSON stuff should be in CDATA blocks.  Even with reverted
> code, you'll see a defect in your program if you have a ", <, >, or & in any
> of the strings you pass as JSON.
>
> I'll revert the code (although it breaks another project), but it will
> change back to the double-quoted version after M1 is released on Friday.
>
> Thanks,
>
> David
>
>
>
> > The latter is obviously totally invalid and just doesn't work - can we
> > fix this ASAP please otherwise im going to get seriously bitch slapped
> > by my boss ;-)
>
> > Cheers, Tim
>
> --
> Lift, the simply functional web frameworkhttp://liftweb.net
> Beginning Scalahttp://www.apress.com/book/view/1430219890
> Follow me:http://twitter.com/dpp
> Git some:http://github.com/dpp
--~--~---------~--~----~------------~-------~--~----~
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