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

Gavin King gavin.king at jboss.com
Sun Feb 25 16:51:42 EST 2007


  User: gavin   
  Date: 07/02/25 16:51:42

  Modified:    seam-gen/resources/WEB-INF  pages.xml
  Log:
  framework exception
  
  Revision  Changes    Path
  1.6       +6 -0      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- pages.xml	13 Feb 2007 07:20:41 -0000	1.5
  +++ pages.xml	25 Feb 2007 21:51:42 -0000	1.6
  @@ -13,6 +13,12 @@
           </navigation>
       </page>
   
  +    <exception class="org.jboss.seam.framework.EntityNotFoundException">
  +        <redirect view-id="/error.xhtml">
  +            <message>Not found</message>
  +        </redirect>
  +    </exception>
  +    
       <exception class="javax.persistence.EntityNotFoundException">
           <redirect view-id="/error.xhtml">
               <message>Not found</message>
  
  
  



More information about the jboss-cvs-commits mailing list