Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 80055 invoked from network); 23 Jul 2007 14:40:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2007 14:40:37 -0000 Received: (qmail 18487 invoked by uid 500); 23 Jul 2007 14:40:36 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 18343 invoked by uid 500); 23 Jul 2007 14:40:36 -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 18325 invoked by uid 99); 23 Jul 2007 14:40:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 07:40:36 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 07:40:33 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id EB4501A981A; Mon, 23 Jul 2007 07:40:12 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r558747 - in /struts/struts2/branches/STRUTS_2_0_X: ./ apps/ apps/blank/ apps/mailreader/ apps/portlet/ apps/showcase/ apps/showcase/src/main/resources/org/apache/struts2/showcase/validation/ apps/showcase/src/main/webapp/hangman/ apps/show... Date: Mon, 23 Jul 2007 14:40:03 -0000 To: commits@struts.apache.org From: husted@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070723144012.EB4501A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: husted Date: Mon Jul 23 07:39:55 2007 New Revision: 558747 URL: http://svn.apache.org/viewvc?view=rev&rev=558747 Log: WW-1974 Update POM for Struts 2.0.9. Small changes to Showcase prompts. See issue comment, items (5)-(7) * The Ajax Hangman isn't "broken" anymore, but it does fail to report when a player wins. * At Validation/Field Validators , the prompt for the date field is still misleading and encourages entry of the wrong style. * At Validation , Validation (ajax) is no longer "broken". Modified: struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml struts/struts2/branches/STRUTS_2_0_X/apps/showcase/pom.xml struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/org/apache/struts2/showcase/validation/FieldValidatorsExampleAction-submitClientSideValidationExample-validation.xml struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/webapp/hangman/hangmanMenu.ftl struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/webapp/validation/index.jsp struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml struts/struts2/branches/STRUTS_2_0_X/core/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/codebehind/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/config-browser/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/jasperreports/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/jfreechart/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/jsf/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/pell-multipart/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/plexus/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/sitegraph/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/sitemesh/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/struts1/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/tiles/pom.xml struts/struts2/branches/STRUTS_2_0_X/pom.xml Modified: struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-apps - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-blank Modified: struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-apps - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-mailreader Modified: struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml Mon Jul 23 07:39:55 2007 @@ -25,7 +25,7 @@ org.apache.struts struts2-parent - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-apps Modified: struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-apps - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-portlet Modified: struts/struts2/branches/STRUTS_2_0_X/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/showcase/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/showcase/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/showcase/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-apps - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-showcase Modified: struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/org/apache/struts2/showcase/validation/FieldValidatorsExampleAction-submitClientSideValidationExample-validation.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/org/apache/struts2/showcase/validation/FieldValidatorsExampleAction-submitClientSideValidationExample-validation.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/org/apache/struts2/showcase/validation/FieldValidatorsExampleAction-submitClientSideValidationExample-validation.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/org/apache/struts2/showcase/validation/FieldValidatorsExampleAction-submitClientSideValidationExample-validation.xml Mon Jul 23 07:39:55 2007 @@ -1,73 +1,73 @@ - - - + "-//OpenSymphony Group//XWork Validator 1.0//EN" + "http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd"> + + + - - - - - - - - true + + + + + + + + true - - - - - true + + + + + true - - - - - 1 - 10 - - - - - - 01/01/1990 - 01/01/2000 - - - - - - - - - - - - - - - - 4 - 2 - true - - - - - - .*\.txt - - - - - - (fieldExpressionValidatorField == requiredValidatorField) - - - + + + + + 1 + 10 + + + + + + 01/01/1990 + 01/01/2000 + + + + + + + + + + + + + + + + 4 + 2 + true + + + + + + .*\.txt + + + + + + (fieldExpressionValidatorField == requiredValidatorField) + + + Modified: struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/webapp/hangman/hangmanMenu.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/webapp/hangman/hangmanMenu.ftl?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/webapp/hangman/hangmanMenu.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/webapp/hangman/hangmanMenu.ftl Mon Jul 23 07:39:55 2007 @@ -11,7 +11,7 @@
  • <@s.url id="url" action="hangmanAjax" namespace="/hangman" /> - (broken) <@s.a href="%{#url}">Hangman (Ajax - Experimental) + <@s.a href="%{#url}">Hangman (Ajax - Experimental)
  • Modified: struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/webapp/validation/index.jsp URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/webapp/validation/index.jsp?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/webapp/validation/index.jsp (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/webapp/validation/index.jsp Mon Jul 23 07:39:55 2007 @@ -13,7 +13,7 @@

    Validation Examples

    - + @@ -24,13 +24,13 @@ - +
    • Field Validators
    • Field Validators with client-side JavaScript
    • Non Field Validator
    • Store across request using MessageStoreInterceptor (Example)
    • -
    • (broken) Validation (ajax)
    • +
    • Validation (ajax)
    • Validation (basic)
    • Validation (client)
    • Validation (client using css_xhtml theme)
    • Modified: struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml Mon Jul 23 07:39:55 2007 @@ -33,7 +33,7 @@ org.apache.struts struts2-parent - 2.0.9-SNAPSHOT + 2.0.9 Modified: struts/struts2/branches/STRUTS_2_0_X/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-parent - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-core @@ -118,7 +118,7 @@ Samples: $ cd struts/struts2/ $ mvn clean install -Papps,j4 -Djava14.jar=$JAVA_HOME/../Classes/classes.jar - $ mvn clean install -Papps,j4 -Djava14.jar="$JAVA_HOME/jre/lib/rt.jar" + $ mvn clean install -Papps,j4 -Djava14.jar="$JAVA_HOME/jre/lib/rt.jar" --> j4 Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/codebehind/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/codebehind/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/codebehind/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/codebehind/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-plugins - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-codebehind-plugin Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/config-browser/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/config-browser/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/config-browser/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/config-browser/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-plugins - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-config-browser-plugin Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/jasperreports/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/jasperreports/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/jasperreports/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/jasperreports/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-plugins - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-jasperreports-plugin Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/jfreechart/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/jfreechart/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/jfreechart/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/jfreechart/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-plugins - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-jfreechart-plugin Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/jsf/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/jsf/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/jsf/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/jsf/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-plugins - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-jsf-plugin Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/pell-multipart/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/pell-multipart/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/pell-multipart/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/pell-multipart/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-plugins - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-pell-multipart-plugin Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/plexus/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/plexus/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/plexus/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/plexus/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-plugins - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-plexus-plugin Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-parent - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-plugins Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/sitegraph/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/sitegraph/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/sitegraph/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/sitegraph/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-plugins - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-sitegraph-plugin Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/sitemesh/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/sitemesh/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/sitemesh/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/sitemesh/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-plugins - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-sitemesh-plugin Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-plugins - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-spring-plugin Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/struts1/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/struts1/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/struts1/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/struts1/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-plugins - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-struts1-plugin Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/tiles/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/tiles/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/tiles/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/tiles/pom.xml Mon Jul 23 07:39:55 2007 @@ -5,7 +5,7 @@ org.apache.struts struts2-plugins - 2.0.9-SNAPSHOT + 2.0.9 org.apache.struts struts2-tiles-plugin Modified: struts/struts2/branches/STRUTS_2_0_X/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/pom.xml?view=diff&rev=558747&r1=558746&r2=558747 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Mon Jul 23 07:39:55 2007 @@ -32,7 +32,7 @@ 4.0.0 org.apache.struts struts2-parent - 2.0.9-SNAPSHOT + 2.0.9 pom Struts 2 http://struts.apache.org/struts2