[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Gavin King gavin.king at jboss.com
Mon Feb 5 01:03:46 EST 2007


  User: gavin   
  Date: 07/02/05 01:03:46

  Modified:    doc/reference/en/modules   events.xml security.xml
  Log:
  change to <message>
  
  Revision  Changes    Path
  1.12      +2 -2      jboss-seam/doc/reference/en/modules/events.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: events.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/events.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- events.xml	4 Feb 2007 17:42:27 -0000	1.11
  +++ events.xml	5 Feb 2007 06:03:46 -0000	1.12
  @@ -820,14 +820,14 @@
      <exception class="javax.persistence.PersistenceException">
         <end-conversation/>
         <redirect view-id="/error.xhtml">
  -          <faces-message>Database access failed</faces-message>
  +          <message>Database access failed</message>
         </redirect>
      </exception>
      
      <exception>
         <end-conversation/>
         <redirect view-id="/error.xhtml">
  -          <faces-message>Unexpected failure</faces-message>
  +          <message>Unexpected failure</message>
         </redirect>
      </exception>
      
  
  
  
  1.22      +2 -2      jboss-seam/doc/reference/en/modules/security.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- security.xml	4 Feb 2007 17:42:27 -0000	1.21
  +++ security.xml	5 Feb 2007 06:03:46 -0000	1.22
  @@ -720,14 +720,14 @@
     <exception class="org.jboss.seam.security.NotLoggedInException">
       <end-conversation/>
       <redirect view-id="/login.xhtml">
  -          <faces-message>You must be logged in to perform this action</faces-message>
  +          <message>You must be logged in to perform this action</message>
       </redirect>
     </exception>
     
     <exception class="org.jboss.seam.security.AuthorizationException">
       <end-conversation/>
       <redirect view-id="/security_error.xhtml">
  -          <faces-message>You do not have the necessary security privileges to perform this action.</faces-message>
  +          <message>You do not have the necessary security privileges to perform this action.</message>
       </redirect>
     </exception>
   
  
  
  



More information about the jboss-cvs-commits mailing list