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

Shane Bryzak sbryzak at redhat.com
Thu Apr 19 00:35:42 EDT 2007


  User: sbryzak2
  Date: 07/04/19 00:35:42

  Modified:    examples/seambay/resources/WEB-INF  pages.xml
  Log:
  detail screen improvements
  
  Revision  Changes    Path
  1.5       +5 -1      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- pages.xml	17 Apr 2007 13:36:16 -0000	1.4
  +++ pages.xml	19 Apr 2007 04:35:42 -0000	1.5
  @@ -4,6 +4,10 @@
   
   <pages login-view-id="/home.xhtml">
   
  +    <page view-id="/search.xhtml">
  +        <param name="categoryId" value="#{auctionSearch.selectedCategoryId}"/>
  +    </page>
  +
       <page view-id="/home.xhtml">
           <navigation from-action="#{identity.login}">
               <rule if="#{s:hasRole('user')}">
  
  
  



More information about the jboss-cvs-commits mailing list