WW-2050 Separate JSONValidationInterceptor from AnnotationValidationInterceptor

Patch provided by Lukasz Racon 

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@560331 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2007-07-27 17:38:35 +00:00
parent 65cf49a1a1
commit 8066a53a0b
2 changed files with 3 additions and 2 deletions
@@ -76,6 +76,7 @@
</action>
<action name="quizAjax" class="org.apache.struts2.showcase.validation.QuizAction">
<interceptor-ref name="jsonValidationWorkflowStack"/>
<result name="input">/validation/quiz-ajax.jsp</result>
<result>/validation/quiz-success.jsp</result>
</action>
<action name="getNodes" class="org.apache.struts2.showcase.ShowAjaxDynamicTreeAction">
@@ -5,8 +5,8 @@
<html>
<head>
<title>Validation -Ajax</title>
<sx:head cache="true" compressed="false"/>
<title>Validation - Ajax</title>
<sx:head cache="false" compressed="false"/>
</head>
<s:url var="url" namespace="/validation" action="quizAjax"/>