From richfaces-svn-commits at lists.jboss.org Mon Jan 5 13:23:59 2009 Content-Type: multipart/mixed; boundary="===============7822579262232368707==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r12116 - trunk/docs/userguide/en/src/main/docbook/included. Date: Mon, 05 Jan 2009 13:23:59 -0500 Message-ID: --===============7822579262232368707== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: cluts Date: 2009-01-05 13:23:59 -0500 (Mon, 05 Jan 2009) New Revision: 12116 Modified: trunk/docs/userguide/en/src/main/docbook/included/queue.desc.xml trunk/docs/userguide/en/src/main/docbook/included/queue.xml Log: RF-4664 - information for the some sections has been updated Modified: trunk/docs/userguide/en/src/main/docbook/included/queue.desc.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/userguide/en/src/main/docbook/included/queue.desc.xml 2009-0= 1-05 18:17:49 UTC (rev 12115) +++ trunk/docs/userguide/en/src/main/docbook/included/queue.desc.xml 2009-0= 1-05 18:23:59 UTC (rev 12116) @@ -7,7 +7,8 @@ Description - The <a4j:queue> component creates queues of requests of Ajax request that= other Ajax4JSF or RichFaces components can reference and use. = - This component can manage server requests of the components,= which referred to it, with help of its attributes. + The <a4j:queue> component creates queues of requests of Ajax request. = + With the help of this component other Ajax4JSF or RichFaces co= mponents can reference and use it. = + By means of the attributes of this component you can manage = server requests of the components, which refered to it. \ No newline at end of file Modified: trunk/docs/userguide/en/src/main/docbook/included/queue.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/userguide/en/src/main/docbook/included/queue.xml 2009-01-05 = 18:17:49 UTC (rev 12115) +++ trunk/docs/userguide/en/src/main/docbook/included/queue.xml 2009-01-05 = 18:23:59 UTC (rev 12116) @@ -37,7 +37,9 @@ =
Creating on a page - In order to create the named queue, see following example. + There is possibility of the creation as a named queue so and= a queue with the default name. = + You can reference the named queue only from such components wh= ich have "eventsQueue" = attribute. + So, the following example helps to create the named queue. Example: @@ -46,16 +48,15 @@ -... -]]> - You can also create the queue with a default name. This queu= e is global for the all form. See the example below. +...>]]> + See the example of the creation the default queue below. Example: - ... + ... - ... + ... ]]>
@@ -74,23 +75,23 @@ =
Key attributes and ways of usage - By means of the <a4j:qu= eue> component you can create several types of que= ues associated with it. + It's possible by means of the <= property><a4j:queue> component to create the se= veral types of the queues. - In order to create global queue for the all Can set a = queue globally in "web.xml". You don't need set the queue on= the page itself. The global queue can be used by all components. You can s= ee the example below: + So that to create a global queue you should add the fo= llowing code into your "web.xml" file. In this instance the queue= can be used for the all pages and all components of these pages. + + You can define only one global queue. + org.richfaces.queue.global.enabled true ]]> - In order to enable/disable a global queue for concrete= views see the following examples: + By default the global queue is disabled. In order to e= nable or disable the queue the value of the "org.richfaces.globa= l_queue" parameter should be "true" or "false&qu= ot; accordingly. = ]]> - - In order to disable the queue the&= quot;disabled" attribute should be "true&qu= ot;. - --===============7822579262232368707==--