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

Gavin King gavin.king at jboss.com
Mon Feb 5 01:07:26 EST 2007


  User: gavin   
  Date: 07/02/05 01:07:26

  Modified:    examples/seamspace/resources/WEB-INF  pages.xml
  Log:
  use <message>
  
  Revision  Changes    Path
  1.20      +2 -2      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.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- pages.xml	4 Feb 2007 17:45:26 -0000	1.19
  +++ pages.xml	5 Feb 2007 06:07:26 -0000	1.20
  @@ -91,14 +91,14 @@
       
       <exception class="org.jboss.seam.security.NotLoggedInException">
           <redirect view-id="/register.xhtml">
  -            <faces-message>You must be a member to use this feature</faces-message>
  +            <message>You must be a member to use this feature</message>
           </redirect>
           <end-conversation/>
       </exception>
     
       <exception class="org.jboss.seam.security.AuthorizationException">
           <redirect view-id="/security_error.xhtml">
  -            <faces-message>You do not have permission to do this</faces-message>
  +            <message>You do not have permission to do this</message>
           </redirect>
           <end-conversation/>
       </exception>
  
  
  



More information about the jboss-cvs-commits mailing list