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

Gavin King gavin.king at jboss.com
Thu Sep 28 11:48:16 EDT 2006


  User: gavin   
  Date: 06/09/28 11:48:16

  Modified:    examples/booking/view  main.xhtml
  Log:
  simplification, do you guys really like it?
  
  Revision  Changes    Path
  1.18      +1 -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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- main.xhtml	9 Aug 2006 20:30:08 -0000	1.17
  +++ main.xhtml	28 Sep 2006 15:48:15 -0000	1.18
  @@ -48,7 +48,7 @@
   		</h:column>
   		<h:column>
   			<f:facet name="header">Action</f:facet>
  -			<s:link value="View Hotel" action="#{hotelBooking.selectHotel(hotelSearch.selectedHotel)}"/>
  +			<s:link value="View Hotel" action="#{hotelBooking.selectHotel(hotels.rowData)}"/>
   		</h:column>
   	</h:dataTable>
   </div>
  
  
  



More information about the jboss-cvs-commits mailing list