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

Peter Muir peter at bleepbleep.org.uk
Fri Apr 13 05:21:05 EDT 2007


  User: pmuir   
  Date: 07/04/13 05:21:05

  Modified:    examples/booking/view  conversations.xhtml
  Log:
  fix parse error on 4.2
  
  Revision  Changes    Path
  1.9       +36 -34    jboss-seam/examples/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/booking/view/conversations.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- conversations.xhtml	8 Nov 2006 23:13:59 -0000	1.8
  +++ conversations.xhtml	13 Apr 2007 09:21:04 -0000	1.9
  @@ -1,16 +1,17 @@
   <!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 +30,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