Repository: struts Updated Branches: refs/heads/master 1fb695a82 -> 04f5813c9
Merge pull request #1 from apache/master update pull Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/c167d6c8 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/c167d6c8 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/c167d6c8 Branch: refs/heads/master Commit: c167d6c855f9f3f5863d8fa20ab45aa28cb77486 Parents: d923c7c 3163d6c Author: victor sosa <victors...@users.noreply.github.com> Authored: Tue Jan 19 08:25:29 2016 -0400 Committer: victor sosa <victors...@users.noreply.github.com> Committed: Tue Jan 19 08:25:29 2016 -0400 ---------------------------------------------------------------------- .../validation/AjaxFormSubmitAction.java | 152 ++++++++++++++++ .../validation/AjaxFormSubmitSuccessAction.java | 7 + .../src/main/resources/struts-validation.xml | 13 ++ .../ajaxErrorContainers/actionerror.ftl | 46 +++++ .../ajaxErrorContainers/controlfooter.ftl | 39 ++++ .../ajaxErrorContainers/controlheader-core.ftl | 80 +++++++++ .../ajaxErrorContainers/theme.properties | 21 +++ .../src/main/webapp/WEB-INF/decorators/main.jsp | 2 + .../WEB-INF/validation/ajaxFormSubmit.jsp | 177 +++++++++++++++++++ .../validation/ajaxFormSubmitSuccess.jsp | 17 ++ .../struts2/json/JSONActionRedirectResult.java | 70 ++++++++ .../struts2/json/JSONValidationInterceptor.java | 10 +- .../json/src/main/resources/struts-plugin.xml | 1 + .../json/JSONActionRedirectResultTest.java | 105 +++++++++++ 14 files changed, 736 insertions(+), 4 deletions(-) ----------------------------------------------------------------------