Author: vkukharchuk
Date: 2007-07-19 07:23:32 -0400 (Thu, 19 Jul 2007)
New Revision: 1694
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/actionparam.xml
Log:
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/actionparam.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/actionparam.xml 2007-07-19 10:57:00
UTC (rev 1693)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/actionparam.xml 2007-07-19 11:23:32
UTC (rev 1694)
@@ -79,6 +79,11 @@
...
<a4j:actionParam noEscape="true" name="param1"
value="foo" assignTo="#{bean.prop1}" />
...]]></programlisting>
+ <para>
+ The <emphasis
role="bold"><property><a4j:param></property></emphasis>
extends
+ <emphasis
role="bold"><property><f:param></property></emphasis>,
so the "name" attribute is mandatory.
+ Otherwise, the value will be missing due missing the request parameter name for it.
+ </para>
<para>More information can be found on the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
Ajax4JSF Users Forum</ulink>.</para>