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

Shane Bryzak Shane_Bryzak at symantec.com
Mon Feb 12 22:49:42 EST 2007


  User: sbryzak2
  Date: 07/02/12 22:49:42

  Modified:    examples/booking/view   home.xhtml template.xhtml
  Log:
  JBSEAM-766
  
  Revision  Changes    Path
  1.13      +63 -63    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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- home.xhtml	17 Dec 2006 01:04:51 -0000	1.12
  +++ home.xhtml	13 Feb 2007 03:49:42 -0000	1.13
  @@ -21,15 +21,15 @@
   			<fieldset>
   				<div>
   					<h:outputLabel for="username">Login Name</h:outputLabel>
  -					<h:inputText id="username" value="#{user.username}" style="width: 175px;"/>
  +					<h:inputText id="username" value="#{identity.username}" style="width: 175px;"/>
   					<div class="errors"><h:message for="username"/></div>
   				</div>
   				<div>
   					<h:outputLabel for="password">Password</h:outputLabel>
  -					<h:inputSecret id="password" value="#{user.password}" style="width: 175px;"/>
  +					<h:inputSecret id="password" value="#{identity.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"/></div>
  +				<div class="buttonBox"><h:commandButton id="login" action="#{identity.login}" value="Account Login"/></div>
   				<div class="notes"><s:link id="register" view="/register.xhtml" value="Register New User"/></div>
   			</fieldset>
               </h:form>
  
  
  
  1.12      +36 -36    jboss-seam/examples/booking/view/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/template.xhtml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- template.xhtml	17 Dec 2006 14:07:47 -0000	1.11
  +++ template.xhtml	13 Feb 2007 03:49:42 -0000	1.12
  @@ -18,7 +18,7 @@
               Welcome #{user.name}
               | <s:link id="search" view="/main.xhtml" value="Search" propagation="none"/>
               | <s:link id="settings" view="/password.xhtml" value="Settings" propagation="none"/>
  -            | <s:link id="logout" action="#{login.logout}" value="Logout"/>
  +            | <s:link id="logout" action="#{identity.logout}" value="Logout"/>
   		</div>
   	</div>
   	<div id="container">
  
  
  



More information about the jboss-cvs-commits mailing list