[jboss-cvs] jboss-seam/src/ui/META-INF ...

Gavin King gavin.king at jboss.com
Wed Dec 6 23:19:18 EST 2006


  User: gavin   
  Date: 06/12/06 23:19:18

  Modified:    src/ui/META-INF  faces-config.xml
  Log:
  workaround what looks like a bug in myfaces
  
  Revision  Changes    Path
  1.23      +10 -0     jboss-seam/src/ui/META-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/faces-config.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- faces-config.xml	7 Dec 2006 00:19:15 -0000	1.22
  +++ faces-config.xml	7 Dec 2006 04:19:18 -0000	1.23
  @@ -466,4 +466,14 @@
           <converter-class>org.jboss.seam.ui.ConvertDateTime</converter-class>
       </converter>
       
  +    <converter>
  +        <converter-for-class>java.math.BigDecimal</converter-for-class>
  +        <converter-class>javax.faces.convert.BigDecimalConverter</converter-class>
  +    </converter>
  +
  +    <converter>
  +        <converter-for-class>java.math.BigInteger</converter-for-class>
  +        <converter-class>javax.faces.convert.BigIntegerConverter</converter-class>
  +    </converter>
  +
   </faces-config>
  
  
  



More information about the jboss-cvs-commits mailing list