[jboss-cvs] jboss-seam/examples/jee5/booking/view ...

Peter Muir peter at bleepbleep.org.uk
Mon Oct 1 15:21:24 EDT 2007


  User: pmuir   
  Date: 07/10/01 15:21:24

  Modified:    examples/jee5/booking/view  conversations.xhtml
  Log:
  Fix deploy to glassfish
  
  Revision  Changes    Path
  1.3       +31 -28    jboss-seam/examples/jee5/booking/view/conversations.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: conversations.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jee5/booking/view/conversations.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- conversations.xhtml	4 Sep 2007 16:48:26 -0000	1.2
  +++ conversations.xhtml	1 Oct 2007 19:21:24 -0000	1.3
  @@ -1,16 +1,18 @@
   <!DOCTYPE div PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  -<div xmlns="http://www.w3.org/1999/xhtml"
  +
  +<ui:composition xmlns="http://www.w3.org/1999/xhtml"
        xmlns:c="http://java.sun.com/jstl/core"
        xmlns:ui="http://java.sun.com/jsf/facelets"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:s="http://jboss.com/products/seam/taglib">
  +<div>
        
  -<div class="section">
  +	<div class="section">
       <h1><h:outputText rendered="#{not empty conversationList}" value="Workspaces"/></h1>
  -</div>
  +	</div>
   
  -<div class="section">
  +	<div class="section">
       <h:form>
           <h:dataTable value="#{conversationList}" var="entry">
               <h:column>
  @@ -29,6 +31,7 @@
               </h:column>
           </h:dataTable>
       </h:form>
  -</div>
  +	</div>
   
  -</div>
  \ No newline at end of file
  +	</div>
  +</ui:composition>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list