[richfaces-svn-commits] JBoss Rich Faces SVN: r12215 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 12 07:51:38 EST 2009


Author: msorokin
Date: 2009-01-12 07:51:38 -0500 (Mon, 12 Jan 2009)
New Revision: 12215

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/queue.xml
Log:
https://jira.jboss.org/jira/browse/RF-4664
Corrected a error

Modified: trunk/docs/userguide/en/src/main/docbook/included/queue.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/queue.xml	2009-01-12 12:51:34 UTC (rev 12214)
+++ trunk/docs/userguide/en/src/main/docbook/included/queue.xml	2009-01-12 12:51:38 UTC (rev 12215)
@@ -169,8 +169,8 @@
         </para>
         <para>
             In this event handler request object is be passed as a parameter. 
-            Thus queue is be accessible using request.queue. 
-            And the element which was a source of the request is available using &quot;this&quot;.
+            Thus queue is be accessible using <code>request.queue</code>. 
+            And the element which was a source of the request is available using <code>this</code>.
                         
         </para>
         <para>




More information about the richfaces-svn-commits mailing list