Author: lfryc(a)redhat.com
Date: 2011-01-27 05:56:14 -0500 (Thu, 27 Jan 2011)
New Revision: 21263
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/simple.xhtml
Log:
a4j:status - fixed simple sample after refactoring in main template
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/simple.xhtml 2011-01-27
10:45:55 UTC (rev 21262)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/simple.xhtml 2011-01-27
10:56:14 UTC (rev 21263)
@@ -27,6 +27,7 @@
-->
<ui:composition template="/templates/template.xhtml">
+ <ui:param name="componentId" value="status" />
<ui:define name="head">
<f:metadata>
@@ -49,11 +50,13 @@
<h:outputText value="Facet Error: " />
<h:inputText id="facetErrorTextInput"
value="#{a4jStatusBean.facetErrorValue}" />
</h:panelGrid>
+
+ <a4j:commandButton id="applyFacets"
value="ApplyFacets" render="#{nestedComponentId}"
execute="facetsSettings" />
</fieldset>
</ui:define>
<ui:define name="component">
- <a4j:commandButton id="applyFacets"
value="ApplyFacets" render="status" execute="facetsSettings"
/>
+
<fieldset style="height: 3em">
<legend>status (inside form)</legend>