[jboss-cvs] jboss-seam/examples/hibernate/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/hibernate/view    book.xhtml password.xhtml
                        register.xhtml
  Log:
  update to s:button
  
  Revision  Changes    Path
  1.7       +1 -1      jboss-seam/examples/hibernate/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/hibernate/view/book.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- book.xhtml	1 Nov 2006 01:55:50 -0000	1.6
  +++ book.xhtml	14 Nov 2006 05:03:01 -0000	1.7
  @@ -123,7 +123,7 @@
   			<div class="label">&#160;</div>
   			<div class="input">
   				<h:commandButton value="Proceed" action="#{hotelBooking.setBookingDetails}" class="button"/>&#160;
  -				<s:link value="Back To Search" action="main" buttonClass="button" linkStyle="button"/>
  +				<s:button value="Back To Search" action="main" styleClass="button"/>
   			</div>
   		</div>		
   	</fieldset>
  
  
  
  1.5       +1 -1      jboss-seam/examples/hibernate/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/hibernate/view/password.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- password.xhtml	4 May 2006 23:42:06 -0000	1.4
  +++ password.xhtml	14 Nov 2006 05:03:01 -0000	1.5
  @@ -35,7 +35,7 @@
   			<div class="label">&#160;</div>
   			<div class="input">
   				<h:commandButton value="Change" action="#{changePassword.changePassword}" class="button"/>&#160;
  -				<s:link value="Cancel" action="#{changePassword.cancel}" linkStyle="button" buttonClass="button"/>
  +				<s:button id="cancel" value="Cancel" action="#{changePassword.cancel}" styleClass="button"/>
   			</div>
   		</div>
   	</fieldset>
  
  
  
  1.5       +1 -1      jboss-seam/examples/hibernate/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/hibernate/view/register.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- register.xhtml	4 May 2006 23:42:06 -0000	1.4
  +++ register.xhtml	14 Nov 2006 05:03:01 -0000	1.5
  @@ -68,7 +68,7 @@
   						<div class="label">&#160;</div>
   						<div class="input">
   							<h:commandButton value="Register" action="#{register.register}" class="button"/>&#160;
  -							<s:link value="Cancel" action="login" linkStyle="button" buttonClass="button"/>
  +							<s:button id="cancel" value="Cancel" action="login" styleClass="button"/>
   						</div>
   					</div>
   				</fieldset>
  
  
  



More information about the jboss-cvs-commits mailing list