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

Shane Bryzak Shane_Bryzak at symantec.com
Sun Feb 4 07:12:52 EST 2007


  User: sbryzak2
  Date: 07/02/04 07:12:52

  Modified:    examples/seamspace/resources/WEB-INF  pages.xml
  Log:
  include a default page restriction in the example
  
  Revision  Changes    Path
  1.18      +1 -1      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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- pages.xml	4 Feb 2007 06:31:50 -0000	1.17
  +++ pages.xml	4 Feb 2007 12:12:52 -0000	1.18
  @@ -16,7 +16,7 @@
       </page>
          
       <page view-id="/comment.xhtml">    
  -      <restrict>#{s:hasRole('user')}</restrict>
  +      <restrict/>
         <navigation from-action="#{blog.saveComment}">
           <redirect view-id="/blogentry.xhtml"/>
         </navigation>
  
  
  



More information about the jboss-cvs-commits mailing list