self.reloadContents() method from struts_dojo.js doesn't send the evt object as a parameter -------------------------------------------------------------------------------------------
Key: WW-2964 URL: https://issues.apache.org/struts/browse/WW-2964 Project: Struts 2 Issue Type: Bug Affects Versions: 2.1.6 Reporter: mihalcea vlad Priority: Critical In struts_dojo.js the reloadContents function contains the evt parameter (current event object), which is supposed to be sent further as a parameter to the submitted form onSubmit method. But the reloadContents method is called without supplying the evt parameter. See: evt.stopPropagation(); self.reloadContents(); should be evt.stopPropagation(); self.reloadContents(evt); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.