Return-Path: Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: (qmail 26236 invoked from network); 9 Mar 2009 14:39:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2009 14:39:52 -0000 Received: (qmail 48015 invoked by uid 500); 9 Mar 2009 14:39:51 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 47992 invoked by uid 500); 9 Mar 2009 14:39:50 -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 47983 invoked by uid 99); 9 Mar 2009 14:39:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 07:39:50 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,FUZZY_CPILL 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; Mon, 09 Mar 2009 14:39:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 846E523888CA; Mon, 9 Mar 2009 14:39:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r751693 - in /struts/struts2/trunk/apps/showcase/src/main: resources/globalMessages.properties resources/globalMessages_en.properties resources/org/apache/struts2/showcase/action/EmployeeAction_en.properties webapp/empmanager/editEmployee.jsp Date: Mon, 09 Mar 2009 14:39:26 -0000 To: commits@struts.apache.org From: rgielen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090309143929.846E523888CA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rgielen Date: Mon Mar 9 14:39:22 2009 New Revision: 751693 URL: http://svn.apache.org/viewvc?rev=751693&view=rev Log: WW-3028: - fix CRUD showcase example misses localized form data for Double value - fix missing en Resourcebundles, keeping de_* users setting Browser locale to en_* to see English messages Added: struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages_en.properties (contents, props changed) - copied, changed from r751632, struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages.properties struts/struts2/trunk/apps/showcase/src/main/resources/org/apache/struts2/showcase/action/EmployeeAction_en.properties (contents, props changed) - copied, changed from r751632, struts/struts2/trunk/apps/showcase/src/main/resources/org/apache/struts2/showcase/action/EmployeeAction.properties Modified: struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages.properties struts/struts2/trunk/apps/showcase/src/main/webapp/empmanager/editEmployee.jsp Modified: struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages.properties URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages.properties?rev=751693&r1=751692&r2=751693&view=diff ============================================================================== --- struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages.properties (original) +++ struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages.properties Mon Mar 9 14:39:22 2009 @@ -1,3 +1,5 @@ +format.number = {0,number,#0.0##} + save=Save item.edit=Edit {0} Copied: struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages_en.properties (from r751632, struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages.properties) URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages_en.properties?p2=struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages_en.properties&p1=struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages.properties&r1=751632&r2=751693&rev=751693&view=diff ============================================================================== --- struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages.properties (original) +++ struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages_en.properties Mon Mar 9 14:39:22 2009 @@ -1,7 +0,0 @@ -save=Save - -item.edit=Edit {0} -item.create=Create {0} -item.list={0} List - -token.transfer.time=The bank transfer was executed at {0,date,HH:mm:ss MM-dd-yyyy} Propchange: struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages_en.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages_en.properties ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: struts/struts2/trunk/apps/showcase/src/main/resources/globalMessages_en.properties ------------------------------------------------------------------------------ svn:mergeinfo = Copied: struts/struts2/trunk/apps/showcase/src/main/resources/org/apache/struts2/showcase/action/EmployeeAction_en.properties (from r751632, struts/struts2/trunk/apps/showcase/src/main/resources/org/apache/struts2/showcase/action/EmployeeAction.properties) URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/org/apache/struts2/showcase/action/EmployeeAction_en.properties?p2=struts/struts2/trunk/apps/showcase/src/main/resources/org/apache/struts2/showcase/action/EmployeeAction_en.properties&p1=struts/struts2/trunk/apps/showcase/src/main/resources/org/apache/struts2/showcase/action/EmployeeAction.properties&r1=751632&r2=751693&rev=751693&view=diff ============================================================================== --- struts/struts2/trunk/apps/showcase/src/main/resources/org/apache/struts2/showcase/action/EmployeeAction.properties (original) +++ struts/struts2/trunk/apps/showcase/src/main/resources/org/apache/struts2/showcase/action/EmployeeAction_en.properties Mon Mar 9 14:39:22 2009 @@ -1,9 +0,0 @@ -employee=Employee -employee.firstName=First Name -employee.lastName=Last Name -employee.description=Description - -employee.id.required=Id is required -employee.lastName.required=Last Name is required -employee.birthDate.required=Birthdate is required -employee.backtolist=Back to Employee List Propchange: struts/struts2/trunk/apps/showcase/src/main/resources/org/apache/struts2/showcase/action/EmployeeAction_en.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/struts2/trunk/apps/showcase/src/main/resources/org/apache/struts2/showcase/action/EmployeeAction_en.properties ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: struts/struts2/trunk/apps/showcase/src/main/resources/org/apache/struts2/showcase/action/EmployeeAction_en.properties ------------------------------------------------------------------------------ svn:mergeinfo = Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/empmanager/editEmployee.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/empmanager/editEmployee.jsp?rev=751693&r1=751692&r2=751693&view=diff ============================================================================== --- struts/struts2/trunk/apps/showcase/src/main/webapp/empmanager/editEmployee.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/empmanager/editEmployee.jsp Mon Mar 9 14:39:22 2009 @@ -26,7 +26,7 @@ - +