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

Shane Bryzak sbryzak at redhat.com
Thu Mar 8 02:35:12 EST 2007


  User: sbryzak2
  Date: 07/03/08 02:35:12

  Modified:    examples/booking/view  main.xhtml
  Log:
  natural conversation ids
  
  Revision  Changes    Path
  1.27      +24 -22    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.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- main.xhtml	14 Nov 2006 05:50:59 -0000	1.26
  +++ main.xhtml	8 Mar 2007 07:35:12 -0000	1.27
  @@ -64,7 +64,9 @@
   		</h:column>
   		<h:column>
   			<f:facet name="header">Action</f:facet>
  -			<s:link id="viewHotel" value="View Hotel" action="#{hotelBooking.selectHotel(hot)}"/>
  +			<s:link id="viewHotel" value="View Hotel" action="#{hotelBooking.selectHotel(hot)}" view="/hotel.seam">
  +			  <f:param name="hotelId" value="#{hot.id}"/>
  +			</s:link>
   		</h:column>
   	</h:dataTable>
   	<s:link value="More results" action="#{hotelSearch.nextPage}" rendered="#{hotelSearch.nextPageAvailable}"/>
  
  
  



More information about the jboss-cvs-commits mailing list