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

Shane Bryzak sbryzak at redhat.com
Sun Feb 18 21:08:32 EST 2007


  User: sbryzak2
  Date: 07/02/18 21:08:32

  Modified:    examples/portal/view  home.jsp
  Log:
  use security api
  
  Revision  Changes    Path
  1.2       +3 -3      jboss-seam/examples/portal/view/home.jsp
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: home.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/portal/view/home.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- home.jsp	7 Apr 2006 20:14:25 -0000	1.1
  +++ home.jsp	19 Feb 2007 02:08:32 -0000	1.2
  @@ -5,14 +5,14 @@
   			<fieldset>
   				<div>
   					<h:outputLabel for="username" value="Login Name"/>
  -					<h:inputText id="username" value="#{user.username}" style="width: 175px;"/>
  +					<h:inputText id="username" value="#{identity.username}" style="width: 175px;"/>
   				</div>
   				<div>
   					<h:outputLabel for="password" value="Password"/>
  -					<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 action="#{login.login}" value="Account Login" styleClass="button" /></div>
  +				<div class="buttonBox"><h:commandButton action="#{identity.login}" value="Account Login" styleClass="button" /></div>
   				<div class="notes"><h:commandLink action="register" value="Register User"/></div>
   			</fieldset>
       </h:form>
  
  
  



More information about the jboss-cvs-commits mailing list