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

Shane Bryzak Shane_Bryzak at symantec.com
Fri Jan 12 08:24:25 EST 2007


  User: sbryzak2
  Date: 07/01/12 08:24:25

  Modified:    examples/seamspace/resources/WEB-INF   faces-config.xml
  Added:       examples/seamspace/resources/WEB-INF   exceptions.xml
  Log:
  initial support for adding blog comments, some security stuff
  
  Revision  Changes    Path
  1.2       +2 -8      jboss-seam/examples/seamspace/resources/WEB-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- faces-config.xml	23 Oct 2006 12:25:21 -0000	1.1
  +++ faces-config.xml	12 Jan 2007 13:24:25 -0000	1.2
  @@ -7,12 +7,6 @@
       <navigation-rule>
   
           <navigation-case>
  -            <from-outcome>login</from-outcome>
  -            <to-view-id>/home.xhtml</to-view-id>
  -            <redirect />
  -        </navigation-case>
  -               
  -        <navigation-case>
             <from-outcome>securityError</from-outcome>
             <to-view-id>/securityError.xhtml</to-view-id>
           </navigation-case>
  @@ -20,7 +14,7 @@
       </navigation-rule>
   
       <application>
  -        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
  +        <view-handler>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</view-handler>
       </application>
   
       <!-- Phase listener needed for all Seam applications -->
  
  
  
  1.1      date: 2007/01/12 13:24:25;  author: sbryzak2;  state: Exp;jboss-seam/examples/seamspace/resources/WEB-INF/exceptions.xml
  
  Index: exceptions.xml
  ===================================================================
  <exceptions>
  
    <exception class="org.jboss.seam.security.NotLoggedInException">
      <redirect view-id="/register.xhtml">You must be a member to use this feature</redirect>
      <end-conversation/>
    </exception>
  
  </exceptions>
  
  



More information about the jboss-cvs-commits mailing list