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

Gavin King gavin.king at jboss.com
Mon Feb 5 01:12:10 EST 2007


  User: gavin   
  Date: 07/02/05 01:12:10

  Modified:    seam-gen/resources/WEB-INF  pages.xml
  Log:
  use <message/>
  
  Revision  Changes    Path
  1.3       +5 -5      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- pages.xml	4 Feb 2007 09:40:00 -0000	1.2
  +++ pages.xml	5 Feb 2007 06:12:09 -0000	1.3
  @@ -6,32 +6,32 @@
   
       <exception class="javax.persistence.EntityNotFoundException">
           <redirect view-id="/error.xhtml">
  -            <faces-message>Not found</faces-message>
  +            <message>Not found</message>
           </redirect>
       </exception>
       
       <exception class="javax.persistence.OptimisticLockException">
           <end-conversation/>
           <redirect view-id="/error.xhtml">
  -            <faces-message>Another user changed the same data, please try again</faces-message>
  +            <message>Another user changed the same data, please try again</message>
           </redirect>
       </exception>
       
       <exception class="org.jboss.seam.security.AuthorizationException">
           <redirect>
  -            <faces-message>You don't have permission to do this</faces-message>
  +            <message>You don't have permission to do this</message>
           </redirect>
       </exception>
       
       <exception class="org.jboss.seam.security.NotLoggedInException">
           <redirect view-id="/login.xhtml">
  -            <faces-message>Please log in first</faces-message>
  +            <message>Please log in first</message>
           </redirect>
       </exception>
        
       <exception>
           <redirect view-id="/error.xhtml">
  -            <faces-message>Unexpected error, please try again</faces-message>
  +            <message>Unexpected error, please try again</message>
           </redirect>
       </exception>
       
  
  
  



More information about the jboss-cvs-commits mailing list