Author: cluts
Date: 2009-03-23 09:14:59 -0400 (Mon, 23 Mar 2009)
New Revision: 13096
Modified:
trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
Log:
RF-6024 - updated code example for necessary section.
Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2009-03-23 13:13:08 UTC (rev
13095)
+++ trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2009-03-23 13:14:59 UTC (rev
13096)
@@ -767,8 +767,8 @@
</f:facet>
<h:outputText
value="#{cap.text}"></h:outputText>
</h:column>
- <a4j:support event="onselect"
action="#{bean.action}">
- <f:setPropertyActionListener
value="#{cap.label}" target="#{bean.property1}" />
+ <a4j:support event="onselect">
+ <a4j:actionparam value="#{cap.label}"
actionListener="#{bean.action}" />
</a4j:support>
</rich:suggestionbox>
...
Show replies by date