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

Gavin King gavin.king at jboss.com
Mon Feb 12 11:50:11 EST 2007


  User: gavin   
  Date: 07/02/12 11:50:11

  Modified:    examples/seamspace/resources/WEB-INF  pages.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.23      +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.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- pages.xml	8 Feb 2007 09:42:04 -0000	1.22
  +++ pages.xml	12 Feb 2007 16:50:11 -0000	1.23
  @@ -110,14 +110,14 @@
       <exception class="org.jboss.seam.security.NotLoggedInException">
           <end-conversation/>
           <redirect view-id="/register.xhtml">
  -            <message>You must be a member to use this feature</message>
  +            <message severity="warn">You must be a member to use this feature</message>
           </redirect>
       </exception>
     
       <exception class="org.jboss.seam.security.AuthorizationException">
           <end-conversation/>
           <redirect view-id="/security_error.xhtml">
  -            <message>You do not have permission to do this</message>
  +            <message severity="error">You do not have permission to do this</message>
           </redirect>
       </exception>
   
  
  
  



More information about the jboss-cvs-commits mailing list