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

Shane Bryzak sbryzak at redhat.com
Tue Jul 3 22:09:04 EDT 2007


  User: sbryzak2
  Date: 07/07/03 22:09:04

  Modified:    examples/seambay/resources/WEB-INF  pages.xml
  Log:
  work in progress
  
  Revision  Changes    Path
  1.14      +9 -6      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- pages.xml	26 Jun 2007 23:04:09 -0000	1.13
  +++ pages.xml	4 Jul 2007 02:09:04 -0000	1.14
  @@ -5,10 +5,6 @@
   
          login-view-id="/login.xhtml">
   
  -    <conversation name="createAuction"
  -                  parameter-name="auctionid"
  -                  parameter-value="#{auction.auctionId}"/>
  -
       <page view-id="/search.xhtml">
           <param name="categoryId" value="#{auctionSearch.selectedCategoryId}"/>
       </page>
  @@ -45,8 +41,15 @@
           </navigation>
       </page>
       
  -    <page view-id="/sell2.xhtml" login-required="true" conversation="createAuction">
  +    <page view-id="/sell2.xhtml" login-required="true">
  +    
  +        <navigation from-action="previous">
  +            <redirect view-id="/sell.xhtml"/>
  +        </navigation>
   
  +        <navigation from-action="next">
  +            <redirect view-id="/sell3.xhtml"/>
  +        </navigation>
       </page>
       
       <page view-id="/feedback.xhtml">
  
  
  



More information about the jboss-cvs-commits mailing list