[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Tue Feb 13 02:20:41 EST 2007


  User: gavin   
  Date: 07/02/13 02:20:41

  Modified:    seam-gen/resources/WEB-INF  pages.xml
  Log:
  update to new stuff
  
  Revision  Changes    Path
  1.5       +2 -9      jboss-seam/seam-gen/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/seam-gen/resources/WEB-INF/pages.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- pages.xml	7 Feb 2007 17:14:21 -0000	1.4
  +++ pages.xml	13 Feb 2007 07:20:41 -0000	1.5
  @@ -2,7 +2,8 @@
             "-//JBoss/Seam Pages Configuration DTD 1.1//EN"
             "http://jboss.com/products/seam/pages-1.1.dtd">
   
  -<pages>
  +<pages no-conversation-view-id="/home.xhtml"
  +                 login-view-id="/login.xhtml">
   
       <page view-id="*">
           <navigation>
  @@ -12,14 +13,6 @@
           </navigation>
       </page>
   
  -    <page view-id="/login.xhtml">
  -        <navigation from-action="#{identity.login}">
  -            <rule if-outcome="success">
  -                <redirect view-id="/home.xhtml"/>
  -            </rule>
  -        </navigation>
  -    </page>
  -
       <exception class="javax.persistence.EntityNotFoundException">
           <redirect view-id="/error.xhtml">
               <message>Not found</message>
  
  
  



More information about the jboss-cvs-commits mailing list