You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by lu...@apache.org on 2002/01/15 03:19:27 UTC

cvs commit: jakarta-taglibs/standard/examples/web/format FormatNumber.jsp

luehe       02/01/14 18:19:27

  Modified:    standard/examples/web/format FormatNumber.jsp
  Log:
  Changed locale from 'de' to 'de-DE', since 'de' does not support any currency formatting
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-taglibs/standard/examples/web/format/FormatNumber.jsp
  
  Index: FormatNumber.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/format/FormatNumber.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FormatNumber.jsp	18 Dec 2001 01:53:15 -0000	1.4
  +++ FormatNumber.jsp	15 Jan 2002 02:19:27 -0000	1.5
  @@ -24,11 +24,11 @@
     <fmt:parseNumber value="$cur" type="currency"/>
   
    <li> Parse numeric string (using default &quot;en&quot; locale) and format as currency:
  -  <fmt:locale value="de"/>
  +  <fmt:locale value="de-de"/>
     <fmt:formatNumber value="12345.67" type="currency"/>
   
    <li> Parse numeric string (using 'parseLocale' locale) and format as currency:
  -  <fmt:locale value="de"/>
  +  <fmt:locale value="de-de"/>
     <fmt:formatNumber parseLocale="de" type="currency">
      12345.67
     </fmt:formatNumber>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>