WW-4505 Add plugin to support bean validation

Remove not necessary url tag for back link


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

Branch: refs/heads/master
Commit: a7f03e3254effbfa02e118256db520ff00a00964
Parents: 53962a0
Author: Johannes Geppert <joh...@gmail.com>
Authored: Wed May 27 21:09:33 2015 +0200
Committer: Johannes Geppert <joh...@gmail.com>
Committed: Wed May 27 21:09:33 2015 +0200

----------------------------------------------------------------------
 apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/a7f03e32/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp
----------------------------------------------------------------------
diff --git a/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp 
b/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp
index 391d0c8..0c296b1 100644
--- a/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp
+++ b/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp
@@ -206,7 +206,6 @@
                                     <s:url var="nonFieldValidatorUrl" 
action="showNonFieldValidatorsExamples" namespace="/validation"/>
                                     <s:url var="visitorValidatorUrl" 
action="showVisitorValidatorsExamples" namespace="/validation"/>
                                     <s:url var="clientSideValidationUrl" 
action="clientSideValidationExample" namespace="/validation"/>
-                                    <s:url var="backToShowcase" 
action="showcase" namespace="/"/>
                                     <s:url 
var="storeMessageAcrossRequestExample" namespace="/validation" 
action="storeErrorsAcrossRequestExample"/>
                                     <li><s:a href="%{fieldValidatorUrl}">Field 
Validators</s:a></li>
                                     <li><s:a 
href="%{clientSideValidationUrl}">Field Validators with client-side 
JavaScript</s:a></li>

Reply via email to