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

Gavin King gavin.king at jboss.com
Wed Nov 8 18:14:00 EST 2006


  User: gavin   
  Date: 06/11/08 18:14:00

  Modified:    examples/booking/view        book.xhtml confirm.xhtml
                        conversations.xhtml home.xhtml hotel.xhtml
                        password.xhtml register.xhtml
  Log:
  use styleClass, not class
  
  Revision  Changes    Path
  1.23      +1 -1      jboss-seam/examples/booking/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/booking/view/book.xhtml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- book.xhtml	8 Nov 2006 23:02:50 -0000	1.22
  +++ book.xhtml	8 Nov 2006 23:13:59 -0000	1.23
  @@ -165,7 +165,7 @@
   		<div class="entry">
   			<div class="label">&#160;</div>
   			<div class="input">
  -				<h:commandButton id="proceed" value="Proceed" action="#{hotelBooking.setBookingDetails}" class="button"/>&#160;
  +				<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"/>
   			</div>
   		</div>		
  
  
  
  1.14      +3 -3      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- confirm.xhtml	8 Nov 2006 23:02:50 -0000	1.13
  +++ confirm.xhtml	8 Nov 2006 23:13:59 -0000	1.14
  @@ -49,9 +49,9 @@
   		<div class="entry">
   			<div class="label">&#160;</div>
   			<div class="input">
  -				<h:commandButton id="confirm" value="Confirm" action="#{hotelBooking.confirm}" class="button"/>&#160;
  -    			<h:commandButton id="revise" value="Revise" action="back" class="button"/>&#160;
  -    			<h:commandButton id="cancel" value="Cancel" action="#{hotelBooking.cancel}" class="button"/>
  +				<h:commandButton id="confirm" value="Confirm" action="#{hotelBooking.confirm}" styleClass="button"/>&#160;
  +    			<h:commandButton id="revise" value="Revise" action="back" styleClass="button"/>&#160;
  +    			<h:commandButton id="cancel" value="Cancel" action="#{hotelBooking.cancel}" styleClass="button"/>
   			</div>
   		</div>
   	</fieldset>
  
  
  
  1.8       +2 -0      jboss-seam/examples/booking/view/conversations.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: conversations.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/conversations.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- conversations.xhtml	11 Oct 2006 21:01:19 -0000	1.7
  +++ conversations.xhtml	8 Nov 2006 23:13:59 -0000	1.8
  @@ -1,3 +1,4 @@
  +<!DOCTYPE div PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <div xmlns="http://www.w3.org/1999/xhtml"
        xmlns:c="http://java.sun.com/jstl/core"
        xmlns:ui="http://java.sun.com/jsf/facelets"
  @@ -8,6 +9,7 @@
   <div class="section">
       <h1><h:outputText rendered="#{not empty conversationList}" value="Workspaces"/></h1>
   </div>
  +
   <div class="section">
       <h:form>
           <h:dataTable value="#{conversationList}" var="entry">
  
  
  
  1.9       +1 -1      jboss-seam/examples/booking/view/home.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: home.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/home.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- home.xhtml	8 Nov 2006 23:02:50 -0000	1.8
  +++ home.xhtml	8 Nov 2006 23:13:59 -0000	1.9
  @@ -28,7 +28,7 @@
   					<h:inputSecret id="password" value="#{user.password}" style="width: 175px;"/>
   				</div>
   				<div class="errors"><h:messages globalOnly="true"/></div>
  -				<div class="buttonBox"><h:commandButton id="login" action="#{login.login}" value="Account Login" class="button" /></div>
  +				<div class="buttonBox"><h:commandButton id="login" action="#{login.login}" value="Account Login" styleClass="button"/></div>
   				<div class="notes"><h:commandLink id="register" action="register">Register New User</h:commandLink></div>
   			</fieldset>
               </h:form>
  
  
  
  1.12      +2 -2      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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- hotel.xhtml	8 Nov 2006 23:02:50 -0000	1.11
  +++ hotel.xhtml	8 Nov 2006 23:13:59 -0000	1.12
  @@ -40,8 +40,8 @@
   <div class="section">
   	<h:form id="hotel">
   	<fieldset class="buttonBox">
  -		<h:commandButton id="bookHotel" action="#{hotelBooking.bookHotel}" value="Book Hotel" class="button"/>&#160;
  -		<h:commandButton id="cancel" action="#{hotelBooking.cancel}" value="Back to Search" class="button"/>
  +		<h:commandButton id="bookHotel" action="#{hotelBooking.bookHotel}" value="Book Hotel" styleClass="button"/>&#160;
  +		<h:commandButton id="cancel" action="#{hotelBooking.cancel}" value="Back to Search" styleClass="button"/>
   	</fieldset>
   	</h:form>
   </div>
  
  
  
  1.8       +1 -1      jboss-seam/examples/booking/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/booking/view/password.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- password.xhtml	1 Nov 2006 17:26:00 -0000	1.7
  +++ password.xhtml	8 Nov 2006 23:13:59 -0000	1.8
  @@ -52,7 +52,7 @@
   			<div class="entry">
   				<div class="label">&#160;</div>
   				<div class="input">
  -					<h:commandButton id="change" value="Change" action="#{changePassword.changePassword}" class="button"/>&#160;
  +					<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"/>
   				</div>
   			</div>
  
  
  
  1.16      +1 -1      jboss-seam/examples/booking/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/booking/view/register.xhtml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- register.xhtml	8 Nov 2006 23:02:50 -0000	1.15
  +++ register.xhtml	8 Nov 2006 23:13:59 -0000	1.16
  @@ -105,7 +105,7 @@
   					<div class="entry">
   						<div class="label">&#160;</div>
   						<div class="input">
  -							<h:commandButton id="register" value="Register" action="#{register.register}" class="button"/>&#160;
  +							<h:commandButton id="register" value="Register" action="#{register.register}" styleClass="button"/>&#160;
   							<s:link id="cancel" value="Cancel" action="login" linkStyle="button" buttonClass="button"/>
   						</div>
   					</div>
  
  
  



More information about the jboss-cvs-commits mailing list