[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r265 - in trunk/docs/userguide/en/src/main/docbook: included and 1 other directories.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Wed Jun 13 11:11:11 EDT 2007


Author: vkukharchuk
Date: 2007-06-13 11:11:11 -0400 (Wed, 13 Jun 2007)
New Revision: 265

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
   trunk/docs/userguide/en/src/main/docbook/master.xml
   trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml
   trunk/docs/userguide/en/src/main/docbook/modules/a4jUGlinks.xml
Log:


Modified: trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml	2007-06-13 08:59:50 UTC (rev 264)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml	2007-06-13 15:11:11 UTC (rev 265)
@@ -118,5 +118,8 @@
  on <emphasis role="bold">
         <property>&lt;a4j:region&gt;</property>
       </emphasis> and could help considerably speed up a response output. However, if a transient flag is kept as it is, this rapid processing could cause missing of transient components that present on view and don’t come into a component tree. Hence, for any particular case you could choose a way for you application optimization: speed up processing or redundant memory for keeping tree part earlier defined a transient. </para>
+<para>
+Some additional information about usage of component you can find <ulink url="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;p=4052203#4052203">here</ulink>.
+</para>	  
   </section>
 </chapter>
\ No newline at end of file

Modified: trunk/docs/userguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/master.xml	2007-06-13 08:59:50 UTC (rev 264)
+++ trunk/docs/userguide/en/src/main/docbook/master.xml	2007-06-13 15:11:11 UTC (rev 265)
@@ -37,5 +37,5 @@
 	   	</chapter>
 		&skinnability;
         &IDEintegration;
-        
+        &resourceLinks;        
 </book>    

Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml	2007-06-13 08:59:50 UTC (rev 264)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml	2007-06-13 15:11:11 UTC (rev 265)
@@ -247,7 +247,7 @@
 client for response ignoring after an AJAX request if a newer request has been
 already sent.
 <para>
-The additional information you can find <ulink url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&ampt=105766">here</ulink>.
+The additional information you can find <ulink url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=105766">here</ulink>.
 </para>
 
 <emphasis role="italic">
@@ -283,6 +283,56 @@
 </para>
   </section>
 
+ <section id="PageRequiredOrNot">
+  <?dbhtml filename="PageRequiredOrNot.html"?>
+    <title>Is "a4j:page" required or not?</title>
+    <para>For information see discussion about this problem on the <ulink url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=106849&amp;postdays=0&amp;postorder=asc&amp;start=0">Ajax4Jsf Users Forum.
+	</ulink> 
+	</para>
+</section>   
+
+
+
+ <section id="SeveralStatusOnPage">
+  <?dbhtml filename="SeveralStatusOnPage.html"?>
+    <title>Can I have several "a4j:status" component on one page?</title>
+    <para>For information see discussion about this problem on the <ulink url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=110208">Ajax4Jsf Users Forum.
+	</ulink> 
+	</para>
+</section>
+
+ <section id="SomeProblemsWithRendering">
+  <?dbhtml filename="SomeProblemsWithRendering.html"?>
+    <title>Some problem with rerendering input fields within "a4j:repeat"</title>
+    <para>For information see discussion about this problem on the <ulink url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=109080">Ajax4Jsf Users Forum.
+	</ulink> 
+	</para>
+</section>
+
+ <section id="RerenderingPartPage">
+  <?dbhtml filename="RerenderingPartPage.html"?>
+    <title>How to reRender only particular row(s) of datatable?</title>
+    <para>For information see discussion about this problem on the <ulink url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=108575">Ajax4Jsf Users Forum.
+	</ulink> 
+	</para>
+</section>
+
+ <section id="RerenderingPartOfComponents">
+  <?dbhtml filename="RerenderingPartOfComponents.html"?>
+    <title>How to reRender only part of components in "a4j:repeat"?</title>
+    <para>For information see discussion about this problem on the <ulink url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=108141">Ajax4Jsf Users Forum.
+	</ulink> 
+	</para>
+</section>
+
+<section id="RerederingSingleDataTableColumn">
+  <?dbhtml filename="RerederingSingleDataTableColumn.html"?>
+    <title>How to reRender single dataTable column?</title>
+    <para>For information see discussion about this problem on the <ulink url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=105725">Ajax4Jsf Users Forum.
+	</ulink> 
+	</para>
+</section>
+  
  <section id="reRenderingfailed">
   <?dbhtml filename="reRenderingfailed.html"?>
     <title>reRendering failed. Hide/Show the components using rendered</title>

Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGlinks.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGlinks.xml	2007-06-13 08:59:50 UTC (rev 264)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGlinks.xml	2007-06-13 15:11:11 UTC (rev 265)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<chapter id="LinksWebResources" xreflabel="LinksWebResources">
-  <?dbhtml filename="LinksWebResources.html"?>
+<chapter id="resourceLinks" xreflabel="resourceLinks">
+  <?dbhtml filename="resourceLinks.html"?>
 
   <chapterinfo>
     <keywordset>
@@ -29,25 +29,34 @@
             </entry>
           </row>
           <row>
-            <entry>Rich Faces</entry>
+            <entry>RichFaces</entry>
             <entry>
-              <para><ulink url="http://labs.jboss.com/portal/jbossrichfaces/"> JBoss RichFaces</ulink></para>
+              <para><ulink url="http://labs.jboss.com/portal/jbossrichfaces/">JBoss RichFaces</ulink></para>
             </entry>
           </row>
           <row>
-            <entry>JBoss Forum</entry>
+            <entry>JBoss Forums</entry>
             <entry>
-              <para><ulink url="http://jboss.com/index.html?module=bb&op=main&c=27">JBoss Forums</ulink></para>
+              <para><ulink url="http://jboss.com/index.html?module=bb&amp;op=main&amp;c=27">JBoss Forums</ulink></para>
             </entry>
           </row>
-          <row>
-            <entry>Exadel Rich Faces Wiki</entry>
+          
+		  
+		  <row>
+            <entry>Ajax4Jsf Wiki</entry>
             <entry>
-              <para><ulink url="http://support.exadel.com/index.php/ExadelVCP">RichFaces Wiki</ulink></para>
+              <para><ulink url="http://labs.jboss.com/wiki/Ajax4jsf">Ajax4Jsf Wiki</ulink></para>
             </entry>
+          </row>		  
+		  
+		  <row>
+            <entry>RichFaces Wiki</entry>
+            <entry>
+              <para><ulink url="http://labs.jboss.com/wiki/RichFaces">RichFaces Wiki</ulink></para>
+            </entry>
           </row>
           <row>
-            <entry>Ajax4jsf/Exadel Rich Faces Blog</entry>
+            <entry>Ajax4jsf/RichFaces Blog</entry>
             <entry>
               <ulink url="http://jroller.com/page/a4j">http://jroller.com/page/a4j</ulink>
             </entry>




More information about the ajax4jsf-svn-commits mailing list