Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.3.1, 2.3.1.1
Description
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)
else
{ return null; }
};