Updated Branches: refs/heads/master b0e0ae4a0 -> 18da65e43
Adds missing snippet start Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/18da65e4 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/18da65e4 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/18da65e4 Branch: refs/heads/master Commit: 18da65e43bcf00c1e8705862bc81ad4e76ec810f Parents: b0e0ae4 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Mon Jan 20 09:32:26 2014 +0100 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Mon Jan 20 09:32:26 2014 +0100 ---------------------------------------------------------------------- .../showcase/src/main/webapp/validation/fieldValidatorsExample.jsp | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/18da65e4/apps/showcase/src/main/webapp/validation/fieldValidatorsExample.jsp ---------------------------------------------------------------------- diff --git a/apps/showcase/src/main/webapp/validation/fieldValidatorsExample.jsp b/apps/showcase/src/main/webapp/validation/fieldValidatorsExample.jsp index f41a4bb..7981b2c 100644 --- a/apps/showcase/src/main/webapp/validation/fieldValidatorsExample.jsp +++ b/apps/showcase/src/main/webapp/validation/fieldValidatorsExample.jsp @@ -22,6 +22,8 @@ <div class="row-fluid"> <div class="span12"> + <!-- START SNIPPET: fieldValidatorsExample --> + <h3>All Field Errors Will Appear Here</h3> <s:fielderror/> <hr/>