Author: vsukhov
Date: 2008-04-11 13:27:48 -0400 (Fri, 11 Apr 2008)
New Revision: 7775
Modified:
trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml
trunk/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml
trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml
trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
trunk/docs/userguide/en/src/main/docbook/included/form.xml
trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
trunk/docs/userguide/en/src/main/docbook/included/poll.xml
trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
trunk/docs/userguide/en/src/main/docbook/included/push.xml
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml
trunk/docs/userguide/en/src/main/docbook/included/support.xml
trunk/docs/userguide/en/src/main/docbook/included/tab.xml
trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml
trunk/docs/userguide/en/src/main/docbook/included/tree.xml
trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
http://jira.jboss.com/jira/browse/RF-2994 I've deleted description of process
attribute from <a4j:support> and added to "How to..." section.
created links to description of process attribute
Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2008-04-11 17:15:24 UTC
(rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2008-04-11 17:27:48 UTC
(rev 7775)
@@ -157,6 +157,9 @@
<para>How to use these attributes see also on the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
RichFaces Users Forum</ulink>.</para>
+
<para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
<para>There are three button-related attributes:</para>
<itemizedlist>
<listitem>
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2008-04-11
17:15:24 UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2008-04-11
17:27:48 UTC (rev 7775)
@@ -92,7 +92,13 @@
...
]]></programlisting>
<para>Common JSF navigation could be performed after an Ajax submit and partial
rendering, but Navigation Case must be defined as <emphasis
role="bold"><property><redirect/></property></emphasis>
in order to avoid problems with some browsers.</para>
- <para>As any Core Ajax component sending Ajax requests and processing server
responses <emphasis
role="bold"><property><a4j:commandButton></property></emphasis>
has all attributes described above (see <emphasis
role="bold"><property><a4j:support></property></emphasis>
<link linkend="support">chapter</link>) that provide the required
behavior of requests sending (delay, limitation of submit area and rendering, and
etc.)</para>
+ <para>As any Core Ajax component sending Ajax requests and processing server
responses
+ <emphasis
role="bold"><property><a4j:commandButton></property></emphasis>
has all attributes described above
+ (see <emphasis
role="bold"><property><a4j:support></property></emphasis>
<link linkend="support">chapter</link>)
+ that provide the required behavior of requests sending (delay, limitation of
submit area and rendering, and etc.)</para>
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
<title>Relevant resources links</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2008-04-11 17:15:24
UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2008-04-11 17:27:48
UTC (rev 7775)
@@ -72,6 +72,9 @@
</note>
<para>Common JSF navigation could be performed after Ajax submit and partial
rendering, but Navigation Case must be defined as <emphasis
role="bold"><property><redirect/></property></emphasis>
in order to avoid problems with some browsers.</para>
<para>As any Core Ajax component sending Ajax requests and processing server
responses <emphasis
role="bold"><property><a4j:commandLink></property></emphasis>
has all attributes described above (see <emphasis
role="bold"><property><a4j:support></property></emphasis>
<link linkend="support">chapter</link>) that provide the required
behavior of requests sending (delay, limitation of submit area and rendering,
etc.)</para>
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml 2008-04-11
17:15:24 UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml 2008-04-11
17:27:48 UTC (rev 7775)
@@ -123,6 +123,9 @@
<property>"onChange"</property>
</emphasis> is its alias). When the attribute definition = true, submission
on this event is
defined.</para>
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
<title>Look-and-Feel Customization</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2008-04-11 17:15:24
UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2008-04-11 17:27:48
UTC (rev 7775)
@@ -196,7 +196,9 @@
</f:facet>
...
]]></programlisting>
-
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
<title>Look-and-Feel Customization</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml 2008-04-11 17:15:24
UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml 2008-04-11 17:27:48
UTC (rev 7775)
@@ -192,7 +192,9 @@
<note><title>Note:</title><para> If you define width for a
outputPanel, in Internet Explorer 6 you can
perform a drag and drop operation, placing the mouse cursor on the text in the
outputPanel only.</para></note>
-
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2008-04-11 17:15:24
UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2008-04-11 17:27:48
UTC (rev 7775)
@@ -235,7 +235,9 @@
</itemizedlist>
<para>Developers can use their own custom JavaScript functions to handle these
events.</para>
-
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/form.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/form.xml 2008-04-11 17:15:24 UTC
(rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/form.xml 2008-04-11 17:27:48 UTC
(rev 7775)
@@ -98,6 +98,9 @@
If
<emphasis><property>"limitToList"</property></emphasis>
is true, only the reRender attribute is taken in account.
Therefore, if you use blocks of text wrapped with <emphasis
role="bold"><property><a4j:outputPanel></property></emphasis>
and
<emphasis><property>"ajaxRendered"</property></emphasis>=
<property>true</property>, blocks of text are ignored.
</para>
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
<title>Relevant resources links</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2008-04-11 17:15:24
UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2008-04-11 17:27:48
UTC (rev 7775)
@@ -108,7 +108,10 @@
</emphasis> instead of <emphasis role="bold">
<property><a4j:commandButton></property>
</emphasis>. You can put it anywhere, just don't forget to use
-
<emphasis><property><h:form></property></emphasis>
...
<emphasis><property></h:form></property></emphasis>
around it. </para>
+ <emphasis
role="bold"><property><h:form></property></emphasis>
... <emphasis
role="bold"><property></h:form></property></emphasis>
around it. </para>
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
<title>Relevant resources links</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml 2008-04-11 17:15:24 UTC
(rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml 2008-04-11 17:27:48 UTC
(rev 7775)
@@ -162,6 +162,9 @@
<note><title>Note:</title><para> The <emphasis
role="bold">
<property><rich:menuItem></property>
</emphasis> component was designed to be used only for pop-up menu list
creation.</para></note>
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 2008-04-11
17:15:24 UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 2008-04-11
17:27:48 UTC (rev 7775)
@@ -191,7 +191,9 @@
</rich:panelMenuGroup>
</rich:panelMenu>
...]]></programlisting>
-
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml 2008-04-11
17:15:24 UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml 2008-04-11
17:27:48 UTC (rev 7775)
@@ -194,7 +194,9 @@
...
</rich:panelMenu>
...]]></programlisting>
-
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<!--section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2008-04-11 17:15:24 UTC
(rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2008-04-11 17:27:48 UTC
(rev 7775)
@@ -163,7 +163,9 @@
<ulink
url="index.html#support"><a4j:support></ulink>
</property>
</emphasis> component description. </para-->
-
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml 2008-04-11 17:15:24
UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml 2008-04-11 17:27:48
UTC (rev 7775)
@@ -377,7 +377,9 @@
</f:facet>
</rich:progressBar>
...]]> </programlisting>
-
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<!-- End. Details of Usage-->
Modified: trunk/docs/userguide/en/src/main/docbook/included/push.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/push.xml 2008-04-11 17:15:24 UTC
(rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/push.xml 2008-04-11 17:27:48 UTC
(rev 7775)
@@ -175,7 +175,9 @@
Thus, component 'push' uses asynchronous model instead of polls.
</para>
</section-->
-
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
<section>
<title>Relevant resources links</title>
<para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2008-04-11
17:15:24 UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2008-04-11
17:27:48 UTC (rev 7775)
@@ -208,6 +208,9 @@
</itemizedlist>
</para>
<para>Information about sorting and filtering you can find <link
linkend="sortAndFilter">here</link>.</para>
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2008-04-11
17:15:24 UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2008-04-11
17:27:48 UTC (rev 7775)
@@ -117,7 +117,10 @@
</imageobject>
</mediaobject>
</figure>
-
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
+
</section>
<section>
<title>Look-and-Feel Customization</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml 2008-04-11
17:15:24 UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml 2008-04-11
17:27:48 UTC (rev 7775)
@@ -245,7 +245,9 @@
</rich:suggestionbox>
...
]]></programlisting>
-
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/support.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/support.xml 2008-04-11 17:15:24 UTC
(rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.xml 2008-04-11 17:27:48 UTC
(rev 7775)
@@ -104,42 +104,7 @@
{form.reset(); return false;}" oncomplete="alert('Value succesfully
stored')"/>
</h:selectOneMenu>]]></programlisting>
<para>In example there is the condition checking (confirm) is used before
request sending and message printing after the request processing is over. </para>
- <para>
- <emphasis >
- <property>"process"</property></emphasis>
attribute defines the component to be processed together with the component which contains
this attribute.
- In order to define processed components you could set theirs ids into the value of
<emphasis >
- <property>"process"</property></emphasis>
attribute. </para>
- <para>
- <emphasis >
- <property>"process"</property></emphasis>
attribute attribute has two limitations:
- <itemizedlist>
- <listitem>
- <para>it works only if <emphasis >
-
<property>"ajaxSingle"</property></emphasis> equals to
"true" for given command component</para>
- </listitem>
- <listitem>
- <para>you do not have to point this attribute to one of the own parent
components to avoid processing of command component twice.</para>
- </listitem>
- </itemizedlist>
- </para>
- <para><emphasis
role="bold">Example:</emphasis></para>
- <programlisting role="XML"><![CDATA[...
-<h:form>
- <h:inputText id="oneA" value="#{bean.width}"/>
- <br/>
- <h:inputText id="oneB" value="#{bean.text}"/>
- <br/>
- <a4j:commandButton value="Submit2" process="oneB"
ajaxSingle="true" reRender=":three1, :three2"/>
-</h:form>
- <h:outputText id="three1" value="#{bean.width}"/>
- <br/>
- <h:outputText id="three2" value="#{bean.text}"/>
-...]]></programlisting>
- <para>
- In the example above only <emphasis
role="bold"><property><h:inputText></property></emphasis>
with "oneB" id process.
- After you click on the button- the value of this component appears into the
<emphasis
role="bold"><property><h:outputText></property></emphasis>
with "three2" id.
- </para>
- <para>The components allows different Ajax request managing ways for its
various optimization in particular conditions such as:
+ <para>The components allows different Ajax request managing ways for its
various optimization in particular conditions such as:
<itemizedlist>
<listitem>
<emphasis role="bold">Limitation of the submit area and
updating area for the request.</emphasis>
@@ -194,6 +159,9 @@
it helps to avoid unnecessary processing on the client.</para>
</listitem>
</itemizedlist>
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tab.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2008-04-11 17:15:24 UTC (rev
7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2008-04-11 17:27:48 UTC (rev
7775)
@@ -152,6 +152,9 @@
The following example shows how on the client side to get the names of entered/left
tabs.
</para>
<programlisting
role="JAVA"><![CDATA[ontabenter="alert(leftTabName)"]]></programlisting>
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
<title>Look-and-Feel Customization</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml 2008-04-11
17:15:24 UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml 2008-04-11
17:27:48 UTC (rev 7775)
@@ -111,6 +111,9 @@
]]></programlisting>
<para>In this example the switching is performed on facets specified in the
<emphasis
<property>"switchToState"</property></emphasis>
attribute.</para>
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2008-04-11 17:15:24 UTC
(rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2008-04-11 17:27:48 UTC
(rev 7775)
@@ -597,6 +597,9 @@
attributes such as <emphasis>
<property>"ajaxSubmitSelection"</property>
</emphasis> etc. </para>
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2008-04-11 17:15:24 UTC
(rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2008-04-11 17:27:48 UTC
(rev 7775)
@@ -142,6 +142,9 @@
mouse, it's managed with the <emphasis>
<property>"ajaxSubmitSelection"</property>
</emphasis> attribute (true/false).</para>
+ <para>
+ Information about the
<emphasis><property>"process"</property></emphasis>
attribute usage you can find <link linkend="process">here</link>.
+ </para>
</section>
<section>
<title>Built-in Drag and Drop</title>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-04-11
17:15:24 UTC (rev 7774)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-04-11
17:27:48 UTC (rev 7775)
@@ -709,6 +709,8 @@
<property>"ignoreDupResponses"</property>
</emphasis> is used to abort unfinished request on new event.
</listitem>
</itemizedlist-->
+
+
</section>
@@ -764,6 +766,44 @@
Component to the output panel ID. </listitem>
</itemizedlist>
</para>
+ <section id="process">
+ <title>Decide what to process</title>
+ <para>
+ In order to process defined components you could use the
<emphasis><property>"process"</property></emphasis>
+ attribute. </para>
+ <para>
+ The
<emphasis><property>"process"</property></emphasis>
attribute defines the ids of the components to be processed
+ together with the component which contains this attribute. In order to define
processed components you could set theirs ids into the value of the
+
<emphasis><property>"process"</property></emphasis>
attribute.
+ </para>
+ <para>The
<emphasis><property>"process"</property></emphasis>
attribute has two limitations:</para>
+ <itemizedlist>
+ <listitem>
+ it works only if
<emphasis><property>"ajaxSingle"</property></emphasis>
equals to "true" for given command component
+ </listitem>
+ <listitem>
+ you do not have to point this attribute to one of the own parent components
to avoid processing of command component twice
+ </listitem>
+ </itemizedlist>
+ <para><emphasis
role="bold">Example:</emphasis></para>
+ <programlisting role="XML"><![CDATA[...
+<h:form>
+ <h:inputText id="oneA" value="#{bean.width}"/>
+ <br/>
+ <h:inputText id="oneB" value="#{bean.text}"/>
+ <br/>
+ <a4j:commandButton value="Submit2" process="oneB"
ajaxSingle="true" reRender=":three1, :three2"/>
+</h:form>
+<h:outputText id="three1" value="#{bean.width}"/>
+ <br/>
+<h:outputText id="three2" value="#{bean.text}"/>
+...]]></programlisting>
+ <para>
+ In the example above after you click on the <emphasis
role="bold"><property><a4j:commandButton></property></emphasis>
+ <property>only</property> <emphasis
role="bold"><property><h:inputText></property></emphasis>
with "oneB" id is processed and entered data appears into the <emphasis
role="bold"><property><h:outputText></property></emphasis>
with "three2" id.
+ If you doesn't use this attribute <property>both</property>
<emphasis
role="bold"><property><h:inputText></property></emphasis>
is processed and entered data appears into the <property>both</property>
<emphasis
role="bold"><property><h:outputText></property></emphasis>.
+ </para>
+ </section>
</section>
</section>