Author: smukhina
Date: 2009-07-24 06:55:46 -0400 (Fri, 24 Jul 2009)
New Revision: 15002
Modified:
branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/included/contextMenuDisablement.xml
branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/included/dataTableAjax.xml
Log:
https://jira.jboss.org/jira/browse/RF-7441 broken links are fixed
Modified:
branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/included/contextMenuDisablement.xml
===================================================================
---
branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/included/contextMenuDisablement.xml 2009-07-24
10:41:23 UTC (rev 15001)
+++
branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/included/contextMenuDisablement.xml 2009-07-24
10:55:46 UTC (rev 15002)
@@ -20,7 +20,7 @@
<itemizedlist>
<listitem>
<para>
- <ulink
url="https://jira.jboss.org/jira/browse/RF-5225">Jira</ul...
+ <ulink
url="http://jira.jboss.org/jira/browse/RF-5225">Jira</uli...
</para>
</listitem>
</itemizedlist>
Modified:
branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/included/dataTableAjax.xml
===================================================================
---
branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/included/dataTableAjax.xml 2009-07-24
10:41:23 UTC (rev 15001)
+++
branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/included/dataTableAjax.xml 2009-07-24
10:55:46 UTC (rev 15002)
@@ -10,9 +10,9 @@
<title>Ajax request calls encode() methods of <rich:dataTable>
even if it is not necessary</title>
<section>
<title>Description</title>
- <para>
- Any Ajax request reloads the list that is related to the <emphasis
role="bold"><property><rich:dataTable></property></emphasis>
component even if the Ajax request is related to another bean.
-It happens because the Ajax request checks whether the <emphasis
role="bold"><property><rich:dataTable></property></emphasis>
has nested <emphasis
role="bold"><property><rich:outputPanel></property></emphasis>
or <emphasis
role="bold"><property><rich:messages></property></emphasis>
components that should be updated.
+ <para>
+ Any Ajax request reloads the list that is related to the <emphasis
role="bold"><property><rich:dataTable></property></emphasis>
component even if the Ajax request is related to another bean.
+It happens because the Ajax request checks whether the <emphasis
role="bold"><property><rich:dataTable></property></emphasis>
has nested <emphasis
role="bold"><property><rich:outputPanel></property></emphasis>
or <emphasis
role="bold"><property><rich:messages></property></emphasis>
components that should be updated.
If there are no <emphasis
role="bold"><property><rich:outputPanel></property></emphasis>,
<emphasis
role="bold"><property><rich:messages></property></emphasis>
components inside the <emphasis
role="bold"><property><rich:dataTable></property></emphasis>
will not be updated, but anyway the <code>encode()</code> methods is called by
the Ajax request.
</para>
</section>
@@ -21,9 +21,9 @@
<itemizedlist>
<listitem>
<para>
- <ulink
url="https://jira.jboss.org/jira/browse/RF-3341">Jira</ul...
+ <ulink
url="http://jira.jboss.org/jira/browse/RF-3341">Jira</uli...
</para>
- </listitem>
+ </listitem>
<listitem>
<para>
<ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
Forum</ulink>
@@ -35,17 +35,17 @@
<title>How to reproduce</title>
<para>
Place the following code on a page and click the button. The list in
<code>myBean1.myList</code> will be reloaded.
- </para>
+ </para>
<programlisting role="XML"><![CDATA[...
-<h:form id="form1">
- <rich:dataTable id="myTable" value="#{myBean1.myList}"
var="comp">
- ...
- </rich:dataTable>
-</h:form>
-<h:form id="form2">
- <h:outputText value="#{myBean2.test}"/>
- <a4j:commandButton event="onclick" reRender="form2" />
+<h:form id="form1">
+ <rich:dataTable id="myTable" value="#{myBean1.myList}"
var="comp">
+ ...
+ </rich:dataTable>
</h:form>
+<h:form id="form2">
+ <h:outputText value="#{myBean2.test}"/>
+ <a4j:commandButton event="onclick" reRender="form2" />
+</h:form>
...]]></programlisting>
</section>
<section>
@@ -61,4 +61,4 @@
Wrap the zone of a page that should be processed and updated in the <emphasis
role="bold"><property><a4j:region></property></emphasis>
component with <code>renderRegionOnly="true"</code>. The
<emphasis
role="bold"><property><rich:dataTable></property></emphasis>
should be outside of the <emphasis
role="bold"><property><a4j:region></property></emphasis>.
</para>
</section>
-</section>
+</section>