Return-Path: Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: (qmail 53060 invoked from network); 5 Mar 2009 21:42:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2009 21:42:44 -0000 Received: (qmail 5179 invoked by uid 500); 5 Mar 2009 21:42:43 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 4777 invoked by uid 500); 5 Mar 2009 21:42:42 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 4743 invoked by uid 99); 5 Mar 2009 21:42:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 13:42:42 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 21:42:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 260B623889B7; Thu, 5 Mar 2009 21:42:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r750605 - in /struts/sandbox/trunk/s2-jquery-showcase: ./ src/main/java/org/apache/struts2/jquery/actions/form/ src/main/resources/ src/main/webapp/WEB-INF/content/ src/main/webapp/WEB-INF/content/form/ src/test/resources/selenium/ Date: Thu, 05 Mar 2009 21:42:11 -0000 To: commits@struts.apache.org From: wesw@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090305214212.260B623889B7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wesw Date: Thu Mar 5 21:42:10 2009 New Revision: 750605 URL: http://svn.apache.org/viewvc?rev=750605&view=rev Log: further conventionalizing, added another selenium test Added: struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetGetReqAjaxResp-input.jsp - copied, changed from r750456, struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/SimpleFormWithResetGetAjaxResp-input.jsp struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetGetReqAjaxResp.jsp - copied unchanged from r750456, struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/SimpleFormWithResetGetAjaxResponse.jsp struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetPostReqAjaxResp-input.jsp struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetPostReqAjaxResp.jsp struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/FormWithResetPostReqAjaxResp Removed: struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/SimpleFormWithResetGetAjaxResp-input.jsp struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/SimpleFormWithResetGetAjaxResponse.jsp Modified: struts/sandbox/trunk/s2-jquery-showcase/pom.xml struts/sandbox/trunk/s2-jquery-showcase/src/main/java/org/apache/struts2/jquery/actions/form/MessageAction.java struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/struts.xml struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/index.jsp struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/FormWithResetGetReqAjaxResp struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormGetAjaxResponse struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormGetNonAjaxResponse struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormPostAjaxResponse struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormPostNonAjaxResponse struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/s2-jquery-plugin-selenium-tests Modified: struts/sandbox/trunk/s2-jquery-showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/pom.xml?rev=750605&r1=750604&r2=750605&view=diff ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/pom.xml (original) +++ struts/sandbox/trunk/s2-jquery-showcase/pom.xml Thu Mar 5 21:42:10 2009 @@ -65,6 +65,14 @@ 1.5 + + org.mortbay.jetty + maven-jetty-plugin + 6.1.14 + + 10 + + Modified: struts/sandbox/trunk/s2-jquery-showcase/src/main/java/org/apache/struts2/jquery/actions/form/MessageAction.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/java/org/apache/struts2/jquery/actions/form/MessageAction.java?rev=750605&r1=750604&r2=750605&view=diff ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/main/java/org/apache/struts2/jquery/actions/form/MessageAction.java (original) +++ struts/sandbox/trunk/s2-jquery-showcase/src/main/java/org/apache/struts2/jquery/actions/form/MessageAction.java Thu Mar 5 21:42:10 2009 @@ -15,12 +15,12 @@ private String msg; @Actions({ - @Action("SimpleFormWithResetGetAjaxResponse"), - @Action("SimpleFormGetAjaxResponse"), @Action("SimpleFormGetAjaxResponse"), @Action("SimpleFormPostAjaxResponse"), @Action("SimpleFormGetNonAjaxResponse"), - @Action("SimpleFormPostNonAjaxResponse") + @Action("SimpleFormPostNonAjaxResponse"), + @Action("FormWithResetGetReqAjaxResp"), + @Action("FormWithResetPostReqAjaxResp") }) public String execute() { return ActionSupport.SUCCESS; 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=750605&r1=750604&r2=750605&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 Thu Mar 5 21:42:10 2009 @@ -8,9 +8,5 @@ /WEB-INF/content/index.jsp - - /WEB-INF/content/form/SimpleFormWithResetGetAjaxResp-input.jsp - /WEB-INF/content/form/SimpleFormWithResetGetAjaxResponse.jsp - \ No newline at end of file Copied: struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetGetReqAjaxResp-input.jsp (from r750456, struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/SimpleFormWithResetGetAjaxResp-input.jsp) URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetGetReqAjaxResp-input.jsp?p2=struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetGetReqAjaxResp-input.jsp&p1=struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/SimpleFormWithResetGetAjaxResp-input.jsp&r1=750456&r2=750605&rev=750605&view=diff ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/SimpleFormWithResetGetAjaxResp-input.jsp (original) +++ struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetGetReqAjaxResp-input.jsp Thu Mar 5 21:42:10 2009 @@ -13,7 +13,7 @@ Added: struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetPostReqAjaxResp-input.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetPostReqAjaxResp-input.jsp?rev=750605&view=auto ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetPostReqAjaxResp-input.jsp (added) +++ struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetPostReqAjaxResp-input.jsp Thu Mar 5 21:42:10 2009 @@ -0,0 +1,24 @@ +<%@ taglib prefix="sjx" uri="/struts-jquery-tags" %> + + + +Hello World! + + + + + + + + + +
+ + Added: struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetPostReqAjaxResp.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetPostReqAjaxResp.jsp?rev=750605&view=auto ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetPostReqAjaxResp.jsp (added) +++ struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/form/FormWithResetPostReqAjaxResp.jsp Thu Mar 5 21:42:10 2009 @@ -0,0 +1,2 @@ +<%@ taglib prefix="s" uri="/struts-tags" %> +your message - \ No newline at end of file Modified: struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/index.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/index.jsp?rev=750605&r1=750604&r2=750605&view=diff ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/index.jsp (original) +++ struts/sandbox/trunk/s2-jquery-showcase/src/main/webapp/WEB-INF/content/index.jsp Thu Mar 5 21:42:10 2009 @@ -22,6 +22,15 @@ Simple Form Get Ajax +
  • + + Form With Reset Get Ajax Response +
  • +
  • + + Form With Reset Post Ajax Response +
  • + \ No newline at end of file Modified: struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/FormWithResetGetReqAjaxResp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/FormWithResetGetReqAjaxResp?rev=750605&r1=750604&r2=750605&view=diff ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/FormWithResetGetReqAjaxResp (original) +++ struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/FormWithResetGetReqAjaxResp Thu Mar 5 21:42:10 2009 @@ -3,7 +3,7 @@ - + FormWithResetGetReqAjaxResp @@ -13,7 +13,7 @@ open - /s2-jquery-showcase/FormWithResetGetReqAjaxResp_input.action + /s2-jquery-showcase/form/FormWithResetGetReqAjaxResp-input Added: struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/FormWithResetPostReqAjaxResp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/FormWithResetPostReqAjaxResp?rev=750605&view=auto ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/FormWithResetPostReqAjaxResp (added) +++ struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/FormWithResetPostReqAjaxResp Thu Mar 5 21:42:10 2009 @@ -0,0 +1,19 @@ + + + + + + Test Suite + + + + + + + + + + +
    Test Suite
    SimpleFormPostNonAjaxResponse
    SimpleFormGetNonAjaxResponse
    SimpleFormPostAjaxResponse
    SimpleFormGetAjaxResponse
    FormWithResetGetReqAjaxResp
    FormWithResetPostReqAjaxResp
    + + Modified: struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormGetAjaxResponse URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormGetAjaxResponse?rev=750605&r1=750604&r2=750605&view=diff ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormGetAjaxResponse (original) +++ struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormGetAjaxResponse Thu Mar 5 21:42:10 2009 @@ -3,7 +3,7 @@ - + SimpleFormGetAjaxResponse @@ -13,7 +13,7 @@ open - /s2-jquery-showcase/SimpleFormGetAjaxResponse_input.action + /s2-jquery-showcase/form/SimpleFormGetAjaxResponse-input Modified: struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormGetNonAjaxResponse URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormGetNonAjaxResponse?rev=750605&r1=750604&r2=750605&view=diff ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormGetNonAjaxResponse (original) +++ struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormGetNonAjaxResponse Thu Mar 5 21:42:10 2009 @@ -3,7 +3,7 @@ - + SimpleFormGetNonAjaxResponse @@ -13,7 +13,7 @@ open - /s2-jquery-showcase/SimpleFormGetNonAjaxResponse_input.action + /s2-jquery-showcase/form/SimpleFormGetNonAjaxResponse-input Modified: struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormPostAjaxResponse URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormPostAjaxResponse?rev=750605&r1=750604&r2=750605&view=diff ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormPostAjaxResponse (original) +++ struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormPostAjaxResponse Thu Mar 5 21:42:10 2009 @@ -3,7 +3,7 @@ - + SimpleFormPostAjaxResponse @@ -13,7 +13,7 @@ open - /s2-jquery-showcase/SimpleFormPostAjaxResponse_input.action + /s2-jquery-showcase/form/SimpleFormPostAjaxResponse-input Modified: struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormPostNonAjaxResponse URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormPostNonAjaxResponse?rev=750605&r1=750604&r2=750605&view=diff ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormPostNonAjaxResponse (original) +++ struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/SimpleFormPostNonAjaxResponse Thu Mar 5 21:42:10 2009 @@ -3,7 +3,7 @@ - + SimpleFormPostNonAjaxResponse @@ -13,7 +13,7 @@ open - /s2-jquery-showcase/SimpleFormPostNonAjaxResponse_input.action + /s2-jquery-showcase/form/SimpleFormPostNonAjaxResponse-input Modified: struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/s2-jquery-plugin-selenium-tests URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/s2-jquery-plugin-selenium-tests?rev=750605&r1=750604&r2=750605&view=diff ============================================================================== --- struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/s2-jquery-plugin-selenium-tests (original) +++ struts/sandbox/trunk/s2-jquery-showcase/src/test/resources/selenium/s2-jquery-plugin-selenium-tests Thu Mar 5 21:42:10 2009 @@ -13,6 +13,7 @@ SimpleFormPostAjaxResponse SimpleFormGetAjaxResponse FormWithResetGetReqAjaxResp +FormWithResetPostReqAjaxResp