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

Shane Bryzak Shane_Bryzak at symantec.com
Thu Feb 15 02:46:32 EST 2007


  User: sbryzak2
  Date: 07/02/15 02:46:32

  Modified:    examples/glassfish/view  home.xhtml
  Log:
  use security api
  
  Revision  Changes    Path
  1.3       +63 -63    jboss-seam/examples/glassfish/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/glassfish/view/home.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- home.xhtml	9 Jan 2007 09:12:11 -0000	1.2
  +++ home.xhtml	15 Feb 2007 07:46:32 -0000	1.3
  @@ -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>
  
  
  



More information about the jboss-cvs-commits mailing list