[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Shane Bryzak Shane_Bryzak at symantec.com
Fri Feb 2 20:05:04 EST 2007


  User: sbryzak2
  Date: 07/02/02 20:05:04

  Modified:    doc/reference/en/modules  security.xml
  Log:
  note about using SeamFaceletViewHandler
  
  Revision  Changes    Path
  1.18      +10 -0     jboss-seam/doc/reference/en/modules/security.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- security.xml	2 Feb 2007 12:46:42 -0000	1.17
  +++ security.xml	3 Feb 2007 01:05:04 -0000	1.18
  @@ -46,8 +46,18 @@
       
       <para>
         For web-based security, <literal>jboss-seam-ui.jar</literal> must also be included in the application's war file.
  +      Also, to make use of the security EL functions, <literal>SeamFaceletViewHandler</literal> must be used.  Configure
  +      it in <literal>faces-config.xml</literal> like this:
       </para>
       
  +    <programlisting>
  +      <![CDATA[
  +    <application>
  +        <view-handler>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</view-handler>
  +    </application>      
  +      ]]>
  +    </programlisting>
  +        
     </sect1>
   
     <sect1>
  
  
  



More information about the jboss-cvs-commits mailing list