Author: bleathem
Date: 2011-11-07 17:35:51 -0500 (Mon, 07 Nov 2011)
New Revision: 22905
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Unattached_tool-tips.xml_sample
Log:
RFPL-1498: Replaced use of the a4j:form with h:form
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Unattached_tool-tips.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Unattached_tool-tips.xml_sample 2011-11-07
22:30:26 UTC (rev 22904)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Unattached_tool-tips.xml_sample 2011-11-07
22:35:51 UTC (rev 22905)
@@ -1,5 +1,5 @@
<rich:panel id="panelId"
onclick="#{rich:component("tooltipId")}.show(event);" />
-<a4j:form>
+<h:form>
<rich:tooltip id="toolTipId" attached="false" value="This
is a tool-tip."/>
-</a4j:form>
+</h:form>
Show replies by date