You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2007/08/12 14:39:42 UTC

svn commit: r565051 - in /struts/struts2/trunk/apps/portlet/src/main: resources/struts-view.xml webapp/WEB-INF/dwr.xml webapp/WEB-INF/view/ajax.jsp webapp/WEB-INF/view/ajaxData.jsp webapp/WEB-INF/view/ajaxExample.jsp

Author: nilsga
Date: Sun Aug 12 05:39:40 2007
New Revision: 565051

URL: http://svn.apache.org/viewvc?view=rev&rev=565051
Log:
WW-1877 Removed ajax examples

Removed:
    struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/dwr.xml
    struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/ajax.jsp
    struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/ajaxData.jsp
    struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/ajaxExample.jsp
Modified:
    struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml

Modified: struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml?view=diff&rev=565051&r1=565050&r2=565051
==============================================================================
--- struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml (original)
+++ struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml Sun Aug 12 05:39:40 2007
@@ -43,7 +43,6 @@
 			<result name="input">
 				/WEB-INF/view/formExampleInputValidation.jsp
 			</result>
-			<interceptor-ref name="validationWorkflowStack" />
 		</action>
 
 		<action name="tokenExample"
@@ -71,18 +70,6 @@
 			<result name="success">
 				/WEB-INF/view/springExample.jsp
 			</result>
-		</action>
-
-		<action name="ajaxExample"
-			class="com.opensymphony.xwork2.ActionSupport">
-			<result name="success">
-				/WEB-INF/view/ajaxExample.jsp
-			</result>
-		</action>
-
-		<action name="ajaxData"
-			class="com.opensymphony.xwork2.ActionSupport">
-			<result name="success">/WEB-INF/view/ajaxData.jsp</result>
 		</action>
 
 		<action name="freeMarkerExample"