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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Jan 9 06:51:01 EST 2007


  User: sbryzak2
  Date: 07/01/09 06:51:01

  Modified:    examples/seamspace/view   home.xhtml template.xhtml
  Log:
  fixed loggedIn references
  
  Revision  Changes    Path
  1.6       +3 -1      jboss-seam/examples/seamspace/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/seamspace/view/home.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- home.xhtml	20 Dec 2006 03:36:56 -0000	1.5
  +++ home.xhtml	9 Jan 2007 11:51:01 -0000	1.6
  @@ -16,7 +16,7 @@
         <div id="contentSide">
           <div class="advertising"></div>
           
  -        <h:form rendered="#{login.loggedIn == false}">
  +        <h:form rendered="#{identity.loggedIn == false}">
             <div class="memberLogin">
               <div class="loginHeader">Member Login</div>
               
  @@ -45,6 +45,8 @@
               <br class="clear"/>
             
             </div>
  +          
  +          <span>Tip: You can log in using <b>demo/demo</b> as the username/password</span>
           </h:form>
         </div>
        
  
  
  
  1.6       +1 -1      jboss-seam/examples/seamspace/view/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/template.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- template.xhtml	22 Dec 2006 02:04:49 -0000	1.5
  +++ template.xhtml	9 Jan 2007 11:51:01 -0000	1.6
  @@ -16,7 +16,7 @@
       <div class="headerRight">
         <div class="headerMenu">
           <!--s:link action="" value="SignUp"/-->
  -        <s:link action="#{login.logout}" value="Log out" rendered="#{login.loggedIn}"/>
  +        <s:link action="#{login.logout}" value="Log out" rendered="#{identity.loggedIn}"/>
         </div>
         <br style="clear:both"/>
         <h:form>
  
  
  



More information about the jboss-cvs-commits mailing list