[richfaces-svn-commits] JBoss Rich Faces SVN: r14754 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jun 30 11:42:23 EDT 2009


Author: msorokin
Date: 2009-06-30 11:42:23 -0400 (Tue, 30 Jun 2009)
New Revision: 14754

Modified:
   branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
Corrected a mistake

Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml	2009-06-30 12:31:00 UTC (rev 14753)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml	2009-06-30 15:42:23 UTC (rev 14754)
@@ -544,12 +544,12 @@
 						<programlisting role="XML"><![CDATA[...
 <a4j:queue name="sampleQueue"/>							
 <h:inputText value="#{bean.inputValue}" >
-	<a4j:support id="inputSupport" event="onkeyup" eventsQueue="sample"/>
+	<a4j:support id="inputSupport" event="onkeyup" eventsQueue="sampleQueue"/>
 </h:inputText>
-<rich:comboBox value="#{bean.state}" suggestionValues="#{bean.suggestions}" eventsQueue="sample" />    
+<rich:comboBox value="#{bean.state}" suggestionValues="#{bean.suggestions}" eventsQueue="sampleQueue" />    
 ...]]></programlisting>
 						<para>In this example, two components(&lt;a4j:queue&gt;,
-							&lt;rich:comboBox&gt;,) reference the named queue via the
+							&lt;rich:comboBox&gt;,) reference the named ( &quot;sampleQueue&quot;) queue via the
 							&quot;eventsQueue&quot; attribute. </para>
 					</section>
 			<section>




More information about the richfaces-svn-commits mailing list