DWR

No option for escapeHTML in setValues

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: 2.0.5
  • Fix Version/s: 3.0.1
  • Component/s: Util
  • Description:
    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.

Activity

There are no comments yet on this issue.

People

Dates

  • Created:
    27/Mar/09 8:03 PM
    Updated:
    23/Dec/10 9:47 PM