Author: shane.bryzak(a)jboss.com
Date: 2008-05-28 21:35:07 -0400 (Wed, 28 May 2008)
New Revision: 8298
Modified:
trunk/examples/seamspace/view/home.xhtml
Log:
bind to credentials
Modified: trunk/examples/seamspace/view/home.xhtml
===================================================================
--- trunk/examples/seamspace/view/home.xhtml 2008-05-29 01:33:19 UTC (rev 8297)
+++ trunk/examples/seamspace/view/home.xhtml 2008-05-29 01:35:07 UTC (rev 8298)
@@ -31,7 +31,7 @@
<div class="loginRow">
<h:outputLabel for="name" value="Member name"
styleClass="loginLabel"/>
- <h:inputText id="name"
value="#{identity.username}"/>
+ <h:inputText id="name"
value="#{credentials.username}"/>
</div>
<div class="validationMsg">
@@ -40,7 +40,7 @@
<div class="loginRow">
<h:outputLabel for="password" value="Password"
styleClass="loginLabel"/>
- <h:inputSecret id="password"
value="#{identity.password}" redisplay="true"/>
+ <h:inputSecret id="password"
value="#{credentials.password}" redisplay="true"/>
</div>
<div class="validationMsg">
Show replies by date