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

Gavin King gavin.king at jboss.com
Tue Nov 14 00:03:01 EST 2006


  User: gavin   
  Date: 06/11/14 00:03:01

  Modified:    examples/hibernate2/view    book.xhtml password.xhtml
                        register.xhtml
  Log:
  update to s:button
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/hibernate2/view/book.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: book.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/view/book.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- book.xhtml	9 Nov 2006 00:37:29 -0000	1.2
  +++ book.xhtml	14 Nov 2006 05:03:01 -0000	1.3
  @@ -166,7 +166,7 @@
   			<div class="label">&#160;</div>
   			<div class="input">
   				<h:commandButton id="proceed" value="Proceed" action="#{hotelBooking.setBookingDetails}" styleClass="button"/>&#160;
  -				<s:link id="cancel" value="Cancel" action="#{hotelBooking.cancel}" buttonClass="button" linkStyle="button"/>
  +				<s:button id="cancel" value="Cancel" action="#{hotelBooking.cancel}" styleClass="button"/>
   			</div>
   		</div>		
   	</fieldset>
  
  
  
  1.3       +1 -1      jboss-seam/examples/hibernate2/view/password.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: password.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/view/password.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- password.xhtml	9 Nov 2006 00:37:29 -0000	1.2
  +++ password.xhtml	14 Nov 2006 05:03:01 -0000	1.3
  @@ -53,7 +53,7 @@
   				<div class="label">&#160;</div>
   				<div class="input">
   					<h:commandButton id="change" value="Change" action="#{changePassword.changePassword}" styleClass="button"/>&#160;
  -					<s:link id="cancel" value="Cancel" action="#{changePassword.cancel}" linkStyle="button" buttonClass="button"/>
  +					<s:button id="cancel" value="Cancel" action="#{changePassword.cancel}" styleClass="button"/>
   				</div>
   			</div>
   			
  
  
  
  1.3       +1 -1      jboss-seam/examples/hibernate2/view/register.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: register.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/view/register.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- register.xhtml	9 Nov 2006 00:37:29 -0000	1.2
  +++ register.xhtml	14 Nov 2006 05:03:01 -0000	1.3
  @@ -101,7 +101,7 @@
   						<div class="label">&#160;</div>
   						<div class="input">
   							<h:commandButton id="register" value="Register" action="#{register.register}" styleClass="button"/>&#160;
  -							<s:link id="cancel" value="Cancel" action="login" linkStyle="button" buttonClass="button"/>
  +							<s:button id="cancel" value="Cancel" action="login" styleClass="button"/>
   						</div>
   					</div>
   					
  
  
  



More information about the jboss-cvs-commits mailing list