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

Gavin King gavin.king at jboss.com
Sun Oct 22 07:03:54 EDT 2006


  User: gavin   
  Date: 06/10/22 07:03:54

  Modified:    doc/reference/en/modules  configuration.xml
  Log:
  note about RI bug
  
  Revision  Changes    Path
  1.27      +14 -0     jboss-seam/doc/reference/en/modules/configuration.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configuration.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/configuration.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- configuration.xml	14 Oct 2006 22:49:34 -0000	1.26
  +++ configuration.xml	22 Oct 2006 11:03:54 -0000	1.27
  @@ -72,6 +72,20 @@
               manage transaction demarcation (more on this below).
           </para>
           
  +        <para>
  +            If you are using Sun's JSF 1.2 reference implementation, you should
  +            add this to <literal>faces-config.xml</literal>:
  +        </para>
  +        
  +        <programlisting><![CDATA[<application>
  +    <el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver>
  +</application>]]></programlisting>
  +        
  +        <para>
  +            (This line should not strictly speaking be necessary, but it works 
  +            around a minor bug in the RI.)
  +        </para>
  +        
           </sect2>
           
           <sect2>
  
  
  



More information about the jboss-cvs-commits mailing list