Author: smukhina
Date: 2007-07-10 04:28:48 -0400 (Tue, 10 Jul 2007)
New Revision: 1567
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/form.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/form.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/form.xml 2007-07-10 08:26:03 UTC
(rev 1566)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/form.xml 2007-07-10 08:28:48 UTC
(rev 1567)
@@ -50,9 +50,9 @@
<section>
<title>Key attributes and ways of usage</title>
<para>The difference with the original component is that all hidden fields
required for command links are always rendered and it doesn't depend on links
rendering on the initial page. It solves the problem with invalid links that weren't
rendered on a page immediately, but after some AJAX request.</para>
- <para>Beginning with release 1.0.5 additional attributes that make this form
variant universal have appeared. With a new attribute definition as ajax=<emphasis
role="italic">
+ <para>Beginning with release 1.0.5 additional attributes that make this form
variant universal have appeared. With a new attribute definition as ajax=<emphasis
>
<property>"true"</property>
- </emphasis>, it becomes possible to set AJAX submission way for any
components inside, i.e. not a page URL is used as an <emphasis
role="italic">
+ </emphasis>, it becomes possible to set AJAX submission way for any
components inside, i.e. not a page URL is used as an <emphasis >
<property>"action"</property>
</emphasis> attribute, but the javascript:A4J.AJAX.Submit(...) call. In this
case, rendering is defined as reRender=list of Ids for the form element
itself.</para>
<para>Example</para>