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

Shane Bryzak sbryzak at redhat.com
Tue Feb 20 18:09:20 EST 2007


  User: sbryzak2
  Date: 07/02/20 18:09:20

  Modified:    examples/seamspace/resources/WEB-INF  pages.xml
  Log:
  override login message
  
  Revision  Changes    Path
  1.26      +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.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- pages.xml	19 Feb 2007 08:40:04 -0000	1.25
  +++ pages.xml	20 Feb 2007 23:09:20 -0000	1.26
  @@ -6,7 +6,7 @@
   
       <page view-id="/home.xhtml">
           <navigation from-action="#{identity.login}">
  -            <rule if-outcome="success">
  +            <rule if-outcome="loggedIn">
                   <redirect view-id="/profile.xhtml"/>
               </rule>
           </navigation>
  
  
  



More information about the jboss-cvs-commits mailing list