[jboss-cvs] jboss-seam/examples/dvdstore/web/WEB-INF/incl ...

Gavin King gavin.king at jboss.com
Thu Feb 22 01:03:49 EST 2007


  User: gavin   
  Date: 07/02/22 01:03:49

  Modified:    examples/dvdstore/web/WEB-INF/incl     admin_nav.xhtml
                        processmenu.xhtml stats.xhtml store_nav.xhtml
  Log:
  fixed broken dvdstore, and now use pages.xml
  
  Revision  Changes    Path
  1.9       +3 -1      jboss-seam/examples/dvdstore/web/WEB-INF/incl/admin_nav.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: admin_nav.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/WEB-INF/incl/admin_nav.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- admin_nav.xhtml	30 Jun 2006 02:51:19 -0000	1.8
  +++ admin_nav.xhtml	22 Feb 2007 06:03:49 -0000	1.9
  @@ -1,6 +1,8 @@
   <div xmlns="http://www.w3.org/1999/xhtml"
        xmlns:s="http://jboss.com/products/seam/taglib">
       <ul>
  -        <li class="current"><s:link view="/admin/admin.xhtml" value="Manage Orders" propagation="none"/></li>
  +        <li class="current">
  +            <s:link view="/admin/admin.xhtml" value="Manage Orders" propagation="none"/>
  +        </li>
       </ul>
   </div>
  
  
  
  1.10      +1 -1      jboss-seam/examples/dvdstore/web/WEB-INF/incl/processmenu.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: processmenu.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/WEB-INF/incl/processmenu.xhtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- processmenu.xhtml	14 Dec 2006 12:23:24 -0000	1.9
  +++ processmenu.xhtml	22 Feb 2007 06:03:49 -0000	1.10
  @@ -1,4 +1,4 @@
  -<f:subview rendered="#{login.admin}"
  +<f:subview rendered="#{currentUser.admin}"
              xmlns="http://www.w3.org/1999/xhtml"
              xmlns:ui="http://java.sun.com/jsf/facelets"
              xmlns:f="http://java.sun.com/jsf/core"
  
  
  
  1.6       +1 -1      jboss-seam/examples/dvdstore/web/WEB-INF/incl/stats.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: stats.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/WEB-INF/incl/stats.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- stats.xhtml	12 May 2006 04:56:34 -0000	1.5
  +++ stats.xhtml	22 Feb 2007 06:03:49 -0000	1.6
  @@ -1,4 +1,4 @@
  -<f:subview rendered="#{login.admin}"
  +<f:subview rendered="#{currentUser.admin}"
              xmlns="http://www.w3.org/1999/xhtml"
              xmlns:ui="http://java.sun.com/jsf/facelets"
              xmlns:f="http://java.sun.com/jsf/core"
  
  
  
  1.3       +1 -1      jboss-seam/examples/dvdstore/web/WEB-INF/incl/store_nav.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: store_nav.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/WEB-INF/incl/store_nav.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- store_nav.xhtml	30 Jun 2006 02:51:19 -0000	1.2
  +++ store_nav.xhtml	22 Feb 2007 06:03:49 -0000	1.3
  @@ -6,7 +6,7 @@
       <ul>
           <li id="page_home"><s:link view="/home.xhtml" value="Home" propagation="none"/></li>
           <li id="page_shop"><s:link view="/browse.xhtml" value="Shop" propagation="none"/></li>
  -        <f:subview rendered="#{login.loggedIn}">
  +        <f:subview rendered="#{identity.loggedIn}">
               <li id="page_orders"><s:link view="/showorders.xhtml" value="My Orders" propagation="none"/></li>
           </f:subview>
           <li id="page_cart"><s:link view="/checkout.xhtml" value="Cart" propagation="none"/></li>
  
  
  



More information about the jboss-cvs-commits mailing list