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(<a4j:queue>,
- <rich:comboBox>,) reference the named queue via the
+ <rich:comboBox>,) reference the named (
"sampleQueue") queue via the
"eventsQueue" attribute. </para>
</section>
<section>
Show replies by date