Author: bleathem
Date: 2011-11-07 17:30:26 -0500 (Mon, 07 Nov 2011)
New Revision: 22904
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-richpopupPanel_example.xml_sample
Log:
RFPL-1495: removed the form element from another popup example
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-richpopupPanel_example.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-richpopupPanel_example.xml_sample 2011-11-07
22:22:57 UTC (rev 22903)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-richpopupPanel_example.xml_sample 2011-11-07
22:30:26 UTC (rev 22904)
@@ -2,8 +2,6 @@
<rich:componentControl target="popup" operation="show" />
</h:commandButton>
...
-<a4j:form>
- <rich:popupPanel id="popup">
- <p><a href="#"
onclick="#{rich:component('popup')}.hide()">Hide the
panel</a></p>
- </rich:popupPanel>
-</a4j:form>
+<rich:popupPanel id="popup">
+ <p><a href="#"
onclick="#{rich:component('popup')}.hide()">Hide the
panel</a></p>
+</rich:popupPanel>
\ No newline at end of file
Show replies by date