[jboss-cvs] jboss-seam/examples/seamspace/resources/WEB-INF ...

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


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

  Modified:    examples/seamspace/resources/WEB-INF  pages.xml
  Log:
  fixed loggedIn references
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/seamspace/resources/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/resources/WEB-INF/pages.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- pages.xml	22 Dec 2006 02:04:48 -0000	1.2
  +++ pages.xml	9 Jan 2007 11:51:00 -0000	1.3
  @@ -6,7 +6,7 @@
   
       <page view-id="/home.xhtml">
           <navigation from-action="#{login.login}">
  -            <rule if="#{login.loggedIn}">
  +            <rule if="#{identity.loggedIn}">
                   <redirect view-id="/profile.xhtml"/>
               </rule>
           </navigation>
  
  
  



More information about the jboss-cvs-commits mailing list