[jboss-cvs] jboss-seam/examples/dvdstore/web/newuser ...
Shane Bryzak
Shane_Bryzak at symantec.com
Wed Feb 14 22:11:37 EST 2007
User: sbryzak2
Date: 07/02/14 22:11:37
Modified: examples/dvdstore/web/newuser complete.xhtml
Log:
use security api
Revision Changes Path
1.2 +2 -2 jboss-seam/examples/dvdstore/web/newuser/complete.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: complete.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/newuser/complete.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- complete.xhtml 30 Jun 2006 02:51:20 -0000 1.1
+++ complete.xhtml 15 Feb 2007 03:11:37 -0000 1.2
@@ -18,7 +18,7 @@
</ui:define>
<ui:define name="body">
- <f:subview rendered="#{login.loggedIn}">
+ <f:subview rendered="#{identity.loggedIn}">
<h1>Welcome to the DVD Store</h1>
<p>Your account has been created, and you have been automatically logged in.
@@ -26,7 +26,7 @@
</p>
</f:subview>
- <f:subview rendered="#{!login.loggedIn}">
+ <f:subview rendered="#{!identity.loggedIn}">
<h1>Sorry</h1>
<p>
More information about the jboss-cvs-commits
mailing list