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

Gavin King gavin.king at jboss.com
Wed Sep 27 21:16:06 EDT 2006


  User: gavin   
  Date: 06/09/27 21:16:06

  Modified:    examples/booking/view   confirm.xhtml hotel.xhtml
  Log:
  this way is simpler
  
  Revision  Changes    Path
  1.9       +1 -1      jboss-seam/examples/booking/view/confirm.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: confirm.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/confirm.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- confirm.xhtml	9 Aug 2006 20:30:07 -0000	1.8
  +++ confirm.xhtml	28 Sep 2006 01:16:06 -0000	1.9
  @@ -49,7 +49,7 @@
   		<div class="entry">
   			<div class="label">&#160;</div>
   			<div class="input">
  -				<s:commandButton value="Confirm" action="#{hotelBooking.confirm(user)}" class="button"/>&#160;
  +				<s:commandButton value="Confirm" action="#{hotelBooking.confirm}" class="button"/>&#160;
       			<s:commandButton value="Revise" action="back" class="button"/>&#160;
       			<s:commandButton value="Cancel" action="#{hotelBooking.cancel}" class="button"/>
   			</div>
  
  
  
  1.8       +1 -1      jboss-seam/examples/booking/view/hotel.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hotel.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/hotel.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- hotel.xhtml	9 Aug 2006 20:30:07 -0000	1.7
  +++ hotel.xhtml	28 Sep 2006 01:16:06 -0000	1.8
  @@ -40,7 +40,7 @@
   <div class="section">
   	<h:form>
   	<fieldset class="buttonBox">
  -		<s:commandButton action="#{hotelBooking.bookHotel(user)}" value="Book Hotel" class="button"/>&#160;
  +		<s:commandButton action="#{hotelBooking.bookHotel}" value="Book Hotel" class="button"/>&#160;
   		<s:commandButton action="#{hotelBooking.cancel}" value="Back to Search" class="button"/>
   	</fieldset>
   	</h:form>
  
  
  



More information about the jboss-cvs-commits mailing list