Author: lfryc(a)redhat.com
Date: 2011-02-05 09:51:17 -0500 (Sat, 05 Feb 2011)
New Revision: 21482
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jQueue/formQueue.xhtml
Log:
a4j:queue - formQueue sample fixed - used value for dontRenderForm as ui:param (RFPL-1105,
RF-9721)
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jQueue/formQueue.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jQueue/formQueue.xhtml 2011-02-05
14:50:50 UTC (rev 21481)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jQueue/formQueue.xhtml 2011-02-05
14:51:17 UTC (rev 21482)
@@ -28,13 +28,13 @@
-->
<ui:composition template="/templates/template.xhtml">
+ <ui:param name="dontRenderForm" value="true" />
<ui:define name="head">
<f:metadata>
<f:viewParam name="templates"
value="#{templateBean.templates}">
<f:converter converterId="templatesListConverter" />
</f:viewParam>
- <c:set var="dontRenderForm" value="#{true}" />
</f:metadata>
<h:outputStylesheet library="css" name="a4jQueue.css"
/>
</ui:define>
Show replies by date