
|
If you were logged in you would be able to see more operations.
|
|
|
|
| Component/s: |
CRUD
|
| Affects Version/s: |
3.2-RC1
|
| Fix Version/s: |
None
|
|
When using database records as lists in html or javascript menus there are errors in javascript or validation for records containing special characters.
The CRUD methods could do an internal StringEscapeUtils.escapeHtml or StringEscapeUtils.escapeJavascript on properties of the Entity.
There is an advantage to doing this at the CRUD level. Iterating over very long lists can be avoided.
One way to do this would be to add tagged values to the properties of Manageable Entities for both escapeHtml and escapeJavascript
One may want this to be done to all String properties of an Entity. So a tagged value at the class level should also be created.
|
|
|
There are no comments yet on this issue.
|
| |
|
|