Author: lfryc(a)redhat.com
Date: 2011-02-15 05:42:18 -0500 (Tue, 15 Feb 2011)
New Revision: 21661
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jQueue/globalQueue.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/instantAttributes.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/viewUsage.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml
Log:
refactor all dontRenderForm expressions to composition parameters (MyFaces compatibility)
(RFPL-1105)
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jQueue/globalQueue.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jQueue/globalQueue.xhtml 2011-02-15
10:41:29 UTC (rev 21660)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jQueue/globalQueue.xhtml 2011-02-15
10:42:18 UTC (rev 21661)
@@ -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"
/>
<script type="text/javascript">
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/instantAttributes.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/instantAttributes.xhtml 2011-02-15
10:41:29 UTC (rev 21660)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/instantAttributes.xhtml 2011-02-15
10:42:18 UTC (rev 21661)
@@ -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>
</ui:define>
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/viewUsage.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/viewUsage.xhtml 2011-02-15
10:41:29 UTC (rev 21660)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/viewUsage.xhtml 2011-02-15
10:42:18 UTC (rev 21661)
@@ -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>
</ui:define>
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml 2011-02-15
10:41:29 UTC (rev 21660)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml 2011-02-15
10:42:18 UTC (rev 21661)
@@ -28,6 +28,7 @@
-->
<ui:composition template="/templates/template.xhtml">
+ <ui:param name="dontRenderForm" value="true" />
<ui:define name="head">
<f:metadata>
@@ -35,7 +36,6 @@
<f:converter converterId="templatesListConverter" />
</f:viewParam>
</f:metadata>
- <c:set var="dontRenderForm" value="#{true}"/>
</ui:define>
<ui:define name="outOfTemplateBefore">
Show replies by date