I am transferring a string containing quotes from ognl to javascript like this:
alert(<s:property value="jsonString"/>);
jsonString has value
{"efwef":"wefwef"}
the quotes get replaced by "
{"efwef":"wefwef"}
how do I prevent this?