Client Validation is broken for Struts2 themes
----------------------------------------------
Key: WW-3736
URL: https://issues.apache.org/jira/browse/WW-3736
Project: Struts 2
Issue Type: Bug
Components: XML Validators
Affects Versions: 2.3.1.1, 2.3.1
Reporter: Johannes Geppert
Assignee: Johannes Geppert
Priority: Critical
Fix For: 2.3.2
Since Version 2.3.1 the Client Validation for Struts2 Themes is broken.
Because the StrutsUtils.getValidationErrors Methos in utils.js expected an
commented JSON String.
StrutsUtils.getValidationErrors = function(data) {
if(data.indexOf("/* {") === 0) {
return eval("( " + data.substring(2, data.length - 2) + " )");
} else {
return null;
}
};
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira