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"


Reply via email to