[seam-commits] Seam SVN: r7249 - trunk/doc/reference/en/modules.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Jan 27 17:03:32 EST 2008


Author: pete.muir at jboss.org
Date: 2008-01-27 17:03:32 -0500 (Sun, 27 Jan 2008)
New Revision: 7249

Modified:
   trunk/doc/reference/en/modules/conversations.xml
Log:
JBSEAM-1753

Modified: trunk/doc/reference/en/modules/conversations.xml
===================================================================
--- trunk/doc/reference/en/modules/conversations.xml	2008-01-26 03:44:25 UTC (rev 7248)
+++ trunk/doc/reference/en/modules/conversations.xml	2008-01-27 22:03:32 UTC (rev 7249)
@@ -985,6 +985,12 @@
 }]]></programlisting>
 
        <para>
+         Also, you can't inject a conversation scoped component into an event
+         scoped component which you bind a JSF control to. This includes Seam
+         built in components like <literal>facesMessages</literal>. 
+       </para>
+
+       <para>
           Alternatively, you can access the JSF component tree through the implicit <literal>uiComponent</literal>
           handle. The following example accesses <literal>getRowIndex()</literal>of the
           <literal>UIData</literal> component which backs the data table during iteration, it prints




More information about the seam-commits mailing list