[weld-commits] Weld SVN: r5020 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Nov 13 06:51:55 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-13 06:51:55 -0500 (Fri, 13 Nov 2009)
New Revision: 5020

Modified:
   doc/trunk/reference/en-US/ri-spi.xml
Log:
Add note about ConversationAwareViewHandler

Modified: doc/trunk/reference/en-US/ri-spi.xml
===================================================================
--- doc/trunk/reference/en-US/ri-spi.xml	2009-11-13 03:29:00 UTC (rev 5019)
+++ doc/trunk/reference/en-US/ri-spi.xml	2009-11-13 11:51:55 UTC (rev 5020)
@@ -495,6 +495,11 @@
                </para>
                
                <para>
+                  If you are integrating Weld into a JSF environment you must register
+                  <literal>org.jboss.weld.jsf.ConversationAwareViewHandler</literal> as a delegating view handler.
+               </para>
+               
+               <para>
                   If you are integrating Weld into a JSF environment you must obtain the bean manager for the module and
                   then call <literal>BeanManager.wrapExpressionFactory()</literal>, passing
                   <literal>Application.getExpressionFactory()</literal> as the argument. The wrapped expression factory



More information about the weld-commits mailing list