You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jo...@apache.org on 2015/05/28 20:15:20 UTC

[4/4] struts git commit: Merge branch 'bean-validation-plugin'

Merge branch 'bean-validation-plugin'


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/6070b57f
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/6070b57f
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/6070b57f

Branch: refs/heads/master
Commit: 6070b57f73a6db7e5e876801498a53f597b83efb
Parents: 0a71c5c 3219764
Author: Johannes Geppert <jo...@gmail.com>
Authored: Thu May 28 20:14:45 2015 +0200
Committer: Johannes Geppert <jo...@gmail.com>
Committed: Thu May 28 20:14:45 2015 +0200

----------------------------------------------------------------------
 apps/showcase/pom.xml                           |  17 ++
 .../validation/BeanValidationExampleAction.java | 170 +++++++++++++++++++
 .../src/main/resources/struts-validation.xml    |   8 +
 apps/showcase/src/main/resources/struts.xml     |   2 +-
 .../WEB-INF/bean-validation/bean-validation.jsp |  57 +++++++
 .../src/main/webapp/WEB-INF/decorators/main.jsp |  26 ++-
 .../src/main/webapp/WEB-INF/tags/ui/example.vm  |   2 -
 .../webapp/WEB-INF/tags/ui/exampleSubmited.vm   |   3 -
 .../validation/clientSideValidationExample.jsp  |   3 -
 .../validation/fieldValidatorsExample.jsp       |   2 -
 .../main/webapp/WEB-INF/validation/footer.jsp   |   8 -
 .../main/webapp/WEB-INF/validation/index.jsp    |  49 ------
 .../validation/nonFieldValidatorsExample.jsp    |   3 -
 .../webapp/WEB-INF/validation/quiz-basic.jsp    |   3 -
 .../WEB-INF/validation/quiz-client-css.jsp      |   3 -
 .../webapp/WEB-INF/validation/quiz-client.jsp   |   2 -
 .../webapp/WEB-INF/validation/quiz-success.jsp  |   2 -
 .../storeErrorsAcrossRequestCancel.jsp          |   2 -
 .../storeErrorsAcrossRequestExample.jsp         |   2 -
 .../validation/storeErrorsAcrossRequestOk.jsp   |   2 -
 .../successClientSideValidationExample.jsp      |   2 -
 .../successFieldValidatorsExample.jsp           |   2 -
 .../successNonFieldValidatorsExample.jsp        |  28 ++-
 .../successVisitorValidatorsExample.jsp         |  28 ++-
 .../validation/visitorValidatorsExample.jsp     |   2 -
 25 files changed, 303 insertions(+), 125 deletions(-)
----------------------------------------------------------------------