Author: jharting
Date: 2010-02-15 05:01:51 -0500 (Mon, 15 Feb 2010)
New Revision: 12054
Modified:
branches/community/Seam_2_2/examples/dvdstore/resources/WEB-INF/pages.xml
branches/community/Seam_2_2/examples/dvdstore/view/WEB-INF/incl/login.xhtml
Log:
JBSEAM-4533 Dvdstore example
Modified: branches/community/Seam_2_2/examples/dvdstore/resources/WEB-INF/pages.xml
===================================================================
--- branches/community/Seam_2_2/examples/dvdstore/resources/WEB-INF/pages.xml 2010-02-15
09:48:25 UTC (rev 12053)
+++ branches/community/Seam_2_2/examples/dvdstore/resources/WEB-INF/pages.xml 2010-02-15
10:01:51 UTC (rev 12054)
@@ -40,7 +40,7 @@
<redirect view-id="/home.xhtml"/>
</navigation>
- <navigation from-action="#{identity.login}">
+ <navigation from-action="#{identity.quietLogin}">
<rule if="#{s:hasRole('admin')}">
<redirect view-id="/admin/admin.xhtml"/>
</rule>
Modified: branches/community/Seam_2_2/examples/dvdstore/view/WEB-INF/incl/login.xhtml
===================================================================
--- branches/community/Seam_2_2/examples/dvdstore/view/WEB-INF/incl/login.xhtml 2010-02-15
09:48:25 UTC (rev 12053)
+++ branches/community/Seam_2_2/examples/dvdstore/view/WEB-INF/incl/login.xhtml 2010-02-15
10:01:51 UTC (rev 12054)
@@ -16,7 +16,7 @@
<dd><h:inputSecret id="Password"
value="#{identity.password}" size="16"/></dd>
<dd>
- <h:commandButton id="Login"
action="#{identity.login}" value="#{messages.loginPrompt}"
+ <h:commandButton id="Login"
action="#{identity.quietLogin}" value="#{messages.loginPrompt}"
styleClass="formButton"
style="width: 166px;"/>
</dd>
Show replies by date