chengas123 wrote:
var testValue = '<s:property value="testValue" />';However, this does not work if the value has a single quote in it
Try:
var testValue = "<s:property value='%{testValue}'/>";
-Dale
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

