[richfaces-svn-commits] JBoss Rich Faces SVN: r14231 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri May 15 10:18:26 EDT 2009


Author: atsebro
Date: 2009-05-15 10:18:26 -0400 (Fri, 15 May 2009)
New Revision: 14231

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
Log:


Modified: trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml	2009-05-14 19:51:32 UTC (rev 14230)
+++ trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml	2009-05-15 14:18:26 UTC (rev 14231)
@@ -62,7 +62,8 @@
             </emphasis> or like) as usual. At the process request phase, if the parent component
             performs an action event, update the <emphasis><property>&quot;value&quot;</property></emphasis> specified in the <emphasis><property>&quot;assignTo&quot;</property></emphasis>
             attribute as its <emphasis><property>&quot;value&quot;</property></emphasis>. If a <emphasis><property>&quot;converter&quot;</property></emphasis> attribute is specified, use it to encode and
-            decode the <emphasis><property>&quot;value&quot;</property></emphasis> to a string stored in the html parameter.</para>
+            decode the <emphasis><property>&quot;value&quot;</property></emphasis> to a string stored in the html parameter. 
+              To make the <emphasis><property>&quot;assignTo&quot;</property></emphasis> attribute usable add the <code>actionParam</code> instance to the parent component as an action listener.</para>
         <para><emphasis role="bold">
                 <property>&lt;a4j:actionparam&gt;</property>
             </emphasis>has a <emphasis><property>&quot;noEscape&quot;</property></emphasis> attribute. If it is set to




More information about the richfaces-svn-commits mailing list