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

Gavin King gavin.king at jboss.com
Wed Oct 4 15:11:38 EDT 2006


  User: gavin   
  Date: 06/10/04 15:11:38

  Modified:    examples/booking/view  main.xhtml
  Log:
  demo pagination
  
  Revision  Changes    Path
  1.20      +2 -1      jboss-seam/examples/booking/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/booking/view/main.xhtml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- main.xhtml	28 Sep 2006 17:05:08 -0000	1.19
  +++ main.xhtml	4 Oct 2006 19:11:38 -0000	1.20
  @@ -51,6 +51,7 @@
   			<s:link value="View Hotel" action="#{hotelBooking.selectHotel(hot)}"/>
   		</h:column>
   	</h:dataTable>
  +	<s:link value="More results" action="#{hotelSearch.nextPage}" rendered="#{hotelSearch.nextPageAvailable}"/>
   </div>
   
   <div class="section">
  
  
  



More information about the jboss-cvs-commits mailing list