Hide
While upgrading from DWR 1.x to DWR 2.0 and fixing the places where we had been assuming the HTML was un-escaped, I noticed that setValues (values, not value) does not support the {escapeHTML : false} option. This would be a useful addition to the utility javascript as the alternative is to either use several setValue calls or turn the escaping off, then on again after the setValues call is complete.
Show
While upgrading from DWR 1.x to DWR 2.0 and fixing the places where we had been assuming the HTML was un-escaped, I noticed that setValues (values, not value) does not support the {escapeHTML : false} option. This would be a useful addition to the utility javascript as the alternative is to either use several setValue calls or turn the escaping off, then on again after the setValues call is complete.