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

Norman Richards norman.richards at jboss.com
Thu Apr 5 18:05:44 EDT 2007


  User: nrichards
  Date: 07/04/05 18:05:44

  Modified:    examples/dvdstore/web/WEB-INF/incl  stats.xhtml
  Log:
  add jboss-el to application.xml, remove myfaces references
  
  Revision  Changes    Path
  1.8       +27 -25    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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- stats.xhtml	22 Mar 2007 19:39:31 -0000	1.7
  +++ stats.xhtml	5 Apr 2007 22:05:44 -0000	1.8
  @@ -1,9 +1,10 @@
  -<f:subview rendered="#{s:hasRole('admin')}"
  -           xmlns="http://www.w3.org/1999/xhtml"
  +<div  xmlns="http://www.w3.org/1999/xhtml"
              xmlns:s="http://jboss.com/products/seam/taglib"
              xmlns:ui="http://java.sun.com/jsf/facelets"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html">
  +    
  +    <f:subview rendered="#{s:hasRole('admin')}">
       <div class="menu">
           <dl>
               <dt class="menuHeader">Statistics</dt>
  @@ -22,4 +23,5 @@
               </dd>
           </dl>
       </div>
  -</f:subview>
  +    </f:subview>
  +</div>
  
  
  



More information about the jboss-cvs-commits mailing list