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

Shane Bryzak sbryzak at redhat.com
Tue Apr 17 09:36:16 EDT 2007


  User: sbryzak2
  Date: 07/04/17 09:36:16

  Modified:    examples/seambay/resources/WEB-INF   faces-config.xml
                        pages.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/seambay/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/seambay/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	22 Mar 2007 15:02:47 -0000	1.1
  +++ faces-config.xml	17 Apr 2007 13:36:16 -0000	1.2
  @@ -11,7 +11,7 @@
       <!-- Phase listener needed for all Seam applications -->
   
       <lifecycle>
  -        <phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener>
  +        <phase-listener>org.jboss.seam.jsf.TransactionalSeamPhaseListener</phase-listener>
       </lifecycle>
   
   </faces-config>
  
  
  
  1.4       +5 -0      jboss-seam/examples/seambay/resources/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/resources/WEB-INF/pages.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- pages.xml	2 Apr 2007 05:39:17 -0000	1.3
  +++ pages.xml	17 Apr 2007 13:36:16 -0000	1.4
  @@ -20,6 +20,11 @@
           </navigation>
       </page>
       
  +    <page view-id="/auction.xhtml">
  +      <param name="id" value="#{auctionDetail.selectedAuctionId}"/>
  +
  +    </page>
  +    
       <page view-id="*">
           <navigation from-action="#{auctionSearch.queryAllAuctions}">
               <redirect view-id="/search.xhtml"/>
  
  
  



More information about the jboss-cvs-commits mailing list