[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...

Christian Bauer christian at hibernate.org
Thu Apr 5 10:38:24 EDT 2007


  User: cbauer  
  Date: 07/04/05 10:38:24

  Modified:    examples/wiki/src/etc/WEB-INF   faces-config.xml pages.xml
  Log:
  Added broken user comment plugin
  
  Revision  Changes    Path
  1.2       +0 -0      jboss-seam/examples/wiki/src/etc/WEB-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  
  
  
  1.9       +2 -9      jboss-seam/examples/wiki/src/etc/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/wiki/src/etc/WEB-INF/pages.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- pages.xml	4 Apr 2007 10:38:14 -0000	1.8
  +++ pages.xml	5 Apr 2007 14:38:24 -0000	1.9
  @@ -284,20 +284,13 @@
           </redirect>
       </exception>
   
  +    <!--
       <exception>
           <end-conversation/>
           <redirect view-id="/message.xhtml">
               <message severity="ERROR">Exception!</message>
           </redirect>
       </exception>
  -
  -    <!-- Catch all
  -    <exception>
  -        <end-conversation/>
  -        <redirect view-id="/message.xhtml">
  -            <message severity="ERROR">#{org.jboss.seam.handledException.message}</message>
  -        </redirect>
  -    </exception>
        -->
       
   </pages>
  
  
  



More information about the jboss-cvs-commits mailing list