Author: vkukharchuk
Date: 2007-07-26 11:01:49 -0400 (Thu, 26 Jul 2007)
New Revision: 1869
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/modules/a4jUGfaq.xml
Log:
http://jira.jboss.com/jira/browse/AJSF-93
http://jira.jboss.com/jira/browse/AJSF-100
Modified: trunk/docs/ajaxguide/en/src/main/docbook/modules/a4jUGfaq.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/modules/a4jUGfaq.xml 2007-07-26 15:00:57 UTC
(rev 1868)
+++ trunk/docs/ajaxguide/en/src/main/docbook/modules/a4jUGfaq.xml 2007-07-26 15:01:49 UTC
(rev 1869)
@@ -315,6 +315,16 @@
</section>
+ <section id="CustomAjaxRequest">
+ <?dbhtml filename="CustomAjaxRequest.html"?>
+ <title>Why custom AJAX request does not work?</title>
+ <para>More information about this problem could be found on the <ulink
+
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
+ >Ajax4Jsf Users Forum.</ulink>
+ </para>
+ </section>
+
+
<section id="RerederingSingleDataTableColumn">
<?dbhtml filename="RerederingSingleDataTableColumn.html"?>
<title>How to reRender single dataTable column?</title>
@@ -324,6 +334,17 @@
</para>
</section>
+ <section id="DisableSkins">
+ <?dbhtml filename="DisableSkins.html"?>
+ <title>How to disable skinability?</title>
+ There is possibility to use special skin with name "plain". It doesn't
have any parameters.
+ It's necessary for embedding RichFaces components into existing projecst which have
its own styles.
+ <para>For information you can see discussion about this problem on the
<ulink
+
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
+ >Ajax4Jsf Users Forum. </ulink>
+ </para>
+ </section>
+
<section id="reRenderingfailed">
<?dbhtml filename="reRenderingfailed.html"?>
<title>Why does reRendering fail? Hide/Show components using
rendered.</title>