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

Gavin King gavin.king at jboss.com
Mon Nov 20 04:31:12 EST 2006


  User: gavin   
  Date: 06/11/20 04:31:12

  Modified:    examples/icefaces/view  main.xhtml
  Log:
  fix other table
  
  Revision  Changes    Path
  1.4       +2 -2      jboss-seam/examples/icefaces/view/main.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: main.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/view/main.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- main.xhtml	20 Nov 2006 08:57:11 -0000	1.3
  +++ main.xhtml	20 Nov 2006 09:31:11 -0000	1.4
  @@ -72,7 +72,7 @@
   <div class="section">
     <h:form id="bookings">
   	<h:outputText value="No Bookings Found" rendered="#{bookings.rowCount==0}"/>
  -	<h:dataTable id="bookings" value="#{bookings}" var="book" rendered="#{bookings.rowCount>0}">
  +	<ice:dataTable id="bookings" value="#{bookings}" var="book" rendered="#{bookings.rowCount>0}">
   		<h:column>
   			<f:facet name="header">Name</f:facet>
   			#{book.hotel.name}
  @@ -101,7 +101,7 @@
   			<f:facet name="header">Action</f:facet>
   			<h:commandLink id="cancel" value="Cancel" action="#{bookingList.cancel}"/>
   		</h:column>
  -	</h:dataTable>
  +	</ice:dataTable>
     </h:form>
   </div>
   
  
  
  



More information about the jboss-cvs-commits mailing list