Author: wesw
Date: Wed Mar 4 21:59:38 2009
New Revision: 750180
URL: http://svn.apache.org/viewvc?rev=750180&view=rev
Log:
Adding reset functionality and a single selenium test, will add more tests
Modified:
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/struts.xml
Modified: struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/struts.xml
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/struts.xml?rev=750180&r1=750179&r2=750180&view=diff
==============================================================================
--- struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/struts.xml
(original)
+++ struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/struts.xml Wed
Mar 4 21:59:38 2009
@@ -26,6 +26,11 @@
<result
name="input">/WEB-INF/content/form/SimpleFormGetAjaxResponse-input.jsp</result>
<result>/WEB-INF/content/form/SimpleFormGetAjaxResponse.jsp</result>
</action>
+
+ <action name="FormWithResetGetReqAjaxResp_*" method="{1}"
class="org.apache.struts2.jquery.actions.MessageAction">
+ <result
name="input">/WEB-INF/content/form/FormWithResetGetReqAjaxResp-input.jsp</result>
+
<result>/WEB-INF/content/form/FormWithResetGetReqAjaxResp.jsp</result>
+ </action>
</package>
</struts>
\ No newline at end of file