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

Gavin King gavin.king at jboss.com
Thu Mar 8 20:18:21 EST 2007


  User: gavin   
  Date: 07/03/08 20:18:21

  Modified:    examples/booking/view  main.xhtml
  Log:
  rollback changes
  
  Revision  Changes    Path
  1.28      +1 -3      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.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- main.xhtml	8 Mar 2007 07:35:12 -0000	1.27
  +++ main.xhtml	9 Mar 2007 01:18:21 -0000	1.28
  @@ -64,9 +64,7 @@
   		</h:column>
   		<h:column>
   			<f:facet name="header">Action</f:facet>
  -			<s:link id="viewHotel" value="View Hotel" action="#{hotelBooking.selectHotel(hot)}" view="/hotel.seam">
  -			  <f:param name="hotelId" value="#{hot.id}"/>
  -			</s:link>
  +			<s:link id="viewHotel" value="View Hotel" action="#{hotelBooking.selectHotel(hot)}"/>
   		</h:column>
   	</h:dataTable>
   	<s:link value="More results" action="#{hotelSearch.nextPage}" rendered="#{hotelSearch.nextPageAvailable}"/>
  
  
  



More information about the jboss-cvs-commits mailing list