Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
When using a textarea the value of the textarea is double escaped when the form rerendered in case of an validation error. E.g. when entering a value '<>' in a textarea it is rendered as '<>' when the form is invalid.
The faulty code is on line 45 of class org.onehippo.forge.easyforms.model.TextArea. It should read "final String escapedValue = getValue();"