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

Peter Muir peter at bleepbleep.org.uk
Sun Apr 15 13:47:35 EDT 2007


  User: pmuir   
  Date: 07/04/15 13:47:35

  Modified:    examples/spring/view  conversations.xhtml
  Log:
  fix parse error in 1.2
  
  Revision  Changes    Path
  1.2       +36 -34    jboss-seam/examples/spring/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/spring/view/conversations.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- conversations.xhtml	19 Feb 2007 19:30:26 -0000	1.1
  +++ conversations.xhtml	15 Apr 2007 17:47:35 -0000	1.2
  @@ -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