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

Gavin King gavin.king at jboss.com
Tue Nov 14 00:50:59 EST 2006


  User: gavin   
  Date: 06/11/14 00:50:59

  Modified:    examples/hibernate/view     book.xhtml main.xhtml
                        password.xhtml register.xhtml
  Log:
  s:button
  
  Revision  Changes    Path
  1.8       +2 -2      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- book.xhtml	14 Nov 2006 05:03:01 -0000	1.7
  +++ book.xhtml	14 Nov 2006 05:50:59 -0000	1.8
  @@ -122,8 +122,8 @@
   		<div class="entry">
   			<div class="label">&#160;</div>
   			<div class="input">
  -				<h:commandButton value="Proceed" action="#{hotelBooking.setBookingDetails}" class="button"/>&#160;
  -				<s:button value="Back To Search" action="main" styleClass="button"/>
  +				<h:commandButton value="Proceed" action="#{hotelBooking.setBookingDetails}"/>&#160;
  +				<s:button value="Back To Search" action="main"/>
   			</div>
   		</div>		
   	</fieldset>
  
  
  
  1.7       +2 -2      jboss-seam/examples/hibernate/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/hibernate/view/main.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- main.xhtml	16 Apr 2006 05:51:18 -0000	1.6
  +++ main.xhtml	14 Nov 2006 05:50:59 -0000	1.7
  @@ -13,8 +13,8 @@
       <h1>Search Hotels</h1>
       <fieldset> 
           <h:inputText value="#{hotelBooking.searchString}" style="width: 165px;" />&#160;
  -        <h:commandButton value="Find Hotels" action="#{hotelBooking.find}" styleClass="button" />&#160;
  -        <h:commandButton value="Clear Results" action="#{hotelBooking.clear}" styleClass="button" />
  +        <h:commandButton value="Find Hotels" action="#{hotelBooking.find}" />&#160;
  +        <h:commandButton value="Clear Results" action="#{hotelBooking.clear}" />
       </fieldset>
     </h:form>
   </div>
  
  
  
  1.6       +2 -2      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- password.xhtml	14 Nov 2006 05:03:01 -0000	1.5
  +++ password.xhtml	14 Nov 2006 05:50:59 -0000	1.6
  @@ -34,8 +34,8 @@
   		<div class="entry">
   			<div class="label">&#160;</div>
   			<div class="input">
  -				<h:commandButton value="Change" action="#{changePassword.changePassword}" class="button"/>&#160;
  -				<s:button id="cancel" value="Cancel" action="#{changePassword.cancel}" styleClass="button"/>
  +				<h:commandButton value="Change" action="#{changePassword.changePassword}"/>&#160;
  +				<s:button id="cancel" value="Cancel" action="#{changePassword.cancel}"/>
   			</div>
   		</div>
   	</fieldset>
  
  
  
  1.6       +2 -2      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- register.xhtml	14 Nov 2006 05:03:01 -0000	1.5
  +++ register.xhtml	14 Nov 2006 05:50:59 -0000	1.6
  @@ -67,8 +67,8 @@
   					<div class="entry">
   						<div class="label">&#160;</div>
   						<div class="input">
  -							<h:commandButton value="Register" action="#{register.register}" class="button"/>&#160;
  -							<s:button id="cancel" value="Cancel" action="login" styleClass="button"/>
  +							<h:commandButton value="Register" action="#{register.register}"/>&#160;
  +							<s:button id="cancel" value="Cancel" action="login"/>
   						</div>
   					</div>
   				</fieldset>
  
  
  



More information about the jboss-cvs-commits mailing list