[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r264 - in trunk/docs/userguide/en/src/main/docbook: modules and 1 other directory.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Wed Jun 13 04:59:50 EDT 2007


Author: vkukharchuk
Date: 2007-06-13 04:59:50 -0400 (Wed, 13 Jun 2007)
New Revision: 264

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/keepAlive.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/poll.xml
   trunk/docs/userguide/en/src/main/docbook/modules/a4jUGenvsettings.xml
   trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml
   trunk/docs/userguide/en/src/main/docbook/modules/a4jUGstart.xml
Log:


Modified: trunk/docs/userguide/en/src/main/docbook/included/keepAlive.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/keepAlive.desc.xml	2007-06-13 01:28:07 UTC (rev 263)
+++ trunk/docs/userguide/en/src/main/docbook/included/keepAlive.desc.xml	2007-06-13 08:59:50 UTC (rev 264)
@@ -3,4 +3,8 @@
     <para>The <emphasis role="bold">
         <property>&lt;a4j:keepAlive&gt;</property>
       </emphasis> component allows to keep a state of each bean between requests.</para>
+	  <para>
+	  Some additional information about usage of components you can find <ulink url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=104989">here.
+	</ulink>
+	  </para>
 </section>
\ No newline at end of file

Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.xml	2007-06-13 01:28:07 UTC (rev 263)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.xml	2007-06-13 08:59:50 UTC (rev 264)
@@ -68,5 +68,9 @@
       </emphasis> chapter attributes to provide the necessary behavior of request sending (delay, limitation of a submit and render area, requests frequency, and etc.). For detailed information on these attributes see again the <emphasis role="bold">
         <property><ulink url="ch06s05.html">&lt;a4j:support&gt;</ulink></property></emphasis> component description.
  </para>
+ <para>
+The aditional information about component usage you can find here:<ulink url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=103909">Ajax4Jsf Users Forum.
+	</ulink>
+ </para>
   </section>
 </chapter>
\ No newline at end of file

Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGenvsettings.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGenvsettings.xml	2007-06-13 01:28:07 UTC (rev 263)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGenvsettings.xml	2007-06-13 08:59:50 UTC (rev 264)
@@ -45,7 +45,7 @@
     the web.xml file clashing. To avoid these problems, the Ajax4jsf filter
     must be the first one among other filters in the web.xml configuration
     file.</para>
-    <para>For more information look at: <simplelist><member><ulink url="http://myfaces.apache.org">http://myfaces.apache.org</ulink></member></simplelist></para>
+    <para>For more information look at:<ulink url="http://myfaces.apache.org">http://myfaces.apache.org</ulink></para>
     <para>
       There&apos;s one more problem while using <property>MyFaces + Seam</property>. If you use this combination you should use 
       <emphasis role="bold">

Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml	2007-06-13 01:28:07 UTC (rev 263)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml	2007-06-13 08:59:50 UTC (rev 264)
@@ -211,6 +211,32 @@
    <h:messages/>
 </a4j:outpurPanel>]]></programlisting>
   </section>
+
+<section id="DelayedRenderZone">
+  <?dbhtml filename="DelayedRenderZone.html"?>
+    <title>How to create "a4j delayed render zone"?</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=104969">Ajax4Jsf Users Forum.</ulink>
+	</para>
+</section>
+
+  
+<section id="SeveralIncludesOnOnePage">
+  <?dbhtml filename="SeveralIncludesOnOnePage.html"?>
+    <title>Problem with several "a4j:include" 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=viewforum&amp;f=259/">Ajax4Jsf Users Forum.
+	</ulink> 
+	</para>
+</section>
+
+<section id="HowToStopPoll">
+  <?dbhtml filename="HowToStopPoll.html"?>
+    <title>How to stop "a4j:poll"?</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=104951">Ajax4Jsf Users Forum.
+	</ulink> 
+	</para>
+</section>
+
+
   <section id="IgnoreDupResponsesAndRequestDelay">
   <?dbhtml filename="IgnoreDupResponsesAndRequestDelay.html"?>
    
@@ -220,7 +246,10 @@
       </emphasis> attribute appeared from 1.0.4 RC1 version and is used on the
 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>.
+</para>
+
 <emphasis role="italic">
         <property>"RequestDelay"</property>
       </emphasis> attribute also defines the client behavior. It sets the time delay, after
@@ -229,6 +258,17 @@
 </para>
   </section>
 
+
+<section id="RefreshImage">
+  <?dbhtml filename="RefreshImage.html"?>
+    <title>Unable to refresh an image using "a4j:support"</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=105995">Ajax4Jsf Users Forum.
+	</ulink> 
+	</para>
+</section>  
+  
+
+  
   <section id="EventQueueUsage">
   <?dbhtml filename="EventQueueUsage.html"?>
     <title>EventQueue usage</title>
@@ -273,6 +313,14 @@
 <para>In this case the wrapper component always presents in the DOM tree and its inner content could be updated dynamically on AJAX.</para>
 </section>
 
+<section id="JSCallPropblemsInInclude">
+  <?dbhtml filename="JSCallPropblemsInInclude.html"?>
+    <title>JavaScript call not work in "a4j:include"</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=104317">Ajax4Jsf Users Forum.
+	</ulink> 
+	</para>
+</section>
+
 <section id="ResourceNotRegisteredException">
   <?dbhtml filename="ResourceNotRegisteredException.html"?>
     <title>ResourceNotRegistered Exception</title>

Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGstart.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGstart.xml	2007-06-13 01:28:07 UTC (rev 263)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGstart.xml	2007-06-13 08:59:50 UTC (rev 264)
@@ -247,7 +247,7 @@
       <para>Finally, you should be able to place this application on your Web
         server.To start your project, point
         your browser at
-<simplelist><member><ulink url="http://localhost:8080/a4jEchoText/echo.jsf">http://localhost:8080/a4jEchoText/echo.jsf</ulink></member></simplelist>
+<ulink url="http://localhost:8080/a4jEchoText/echo.jsf">http://localhost:8080/a4jEchoText/echo.jsf</ulink>
 </para>
 
 




More information about the ajax4jsf-svn-commits mailing list