[jboss-cvs] jboss-seam/examples/seampay/resources/WEB-INF ...

Norman Richards norman.richards at jboss.com
Sat Oct 21 18:23:45 EDT 2006


  User: nrichards
  Date: 06/10/21 18:23:45

  Modified:    examples/seampay/resources/WEB-INF  faces-config.xml
  Log:
  add recurring payments
  
  Revision  Changes    Path
  1.2       +6 -1      jboss-seam/examples/seampay/resources/WEB-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/examples/seampay/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- faces-config.xml	20 Oct 2006 16:51:26 -0000	1.1
  +++ faces-config.xml	21 Oct 2006 22:23:45 -0000	1.2
  @@ -10,6 +10,11 @@
           <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
       </application>
       
  +    <converter> 
  +        <converter-for-class>org.jboss.seam.example.seampay.Payment$Frequency</converter-for-class> 
  +        <converter-class>org.jboss.seam.example.seampay.EnumConverter</converter-class> 
  +    </converter> 
  +
       <!-- Phase listener needed for all Seam applications -->
       
       <lifecycle>
  
  
  



More information about the jboss-cvs-commits mailing list