Author: ppitonak(a)redhat.com
Date: 2010-11-08 10:56:04 -0500 (Mon, 08 Nov 2010)
New Revision: 19994
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-decoration.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-insertion.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested.xhtml
Log:
https://jira.jboss.org/browse/RFPL-724
* removed IDs from a4j:ajax
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-decoration.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-decoration.xhtml 2010-11-08
15:33:26 UTC (rev 19993)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-decoration.xhtml 2010-11-08
15:56:04 UTC (rev 19994)
@@ -37,8 +37,7 @@
value="#{a4jRegionBean.decorationValue}" />
<h:commandButton id="decorationValueButton"
value="Decoration">
- <a4j:ajax id="decorationValueAjax"
- listener="#{a4jRegionBean.handleBehavior}"
+ <a4j:ajax listener="#{a4jRegionBean.handleBehavior}"
execute="#{a4jRegionBean.decorationExecute}"
render="outputValues" />
</h:commandButton>
<h:selectOneMenu id="decorationSelect"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-insertion.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-insertion.xhtml 2010-11-08
15:33:26 UTC (rev 19993)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested-insertion.xhtml 2010-11-08
15:56:04 UTC (rev 19994)
@@ -36,8 +36,7 @@
<h:inputText id="insertionValueInput"
value="#{a4jRegionBean.insertionValue}" />
<h:commandButton id="insertionValueButton"
value="Insertion">
- <a4j:ajax id="insertionValueAjax"
- listener="#{a4jRegionBean.handleBehavior}"
+ <a4j:ajax listener="#{a4jRegionBean.handleBehavior}"
execute="#{a4jRegionBean.insertionExecute}"
render="outputValues" />
</h:commandButton>
<h:selectOneMenu id="insertionSelect"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested.xhtml 2010-11-08
15:33:26 UTC (rev 19993)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRegion/nested.xhtml 2010-11-08
15:56:04 UTC (rev 19994)
@@ -94,7 +94,7 @@
<h:inputText id="outerValueInput"
value="#{a4jRegionBean.outerValue}" />
<h:commandButton id="outerValueButton"
value="Outer">
- <a4j:ajax id="outerValueAjax"
listener="#{a4jRegionBean.handleBehavior}"
execute="#{a4jRegionBean.outerExecute}" render="outputValues" />
+ <a4j:ajax listener="#{a4jRegionBean.handleBehavior}"
execute="#{a4jRegionBean.outerExecute}" render="outputValues" />
</h:commandButton>
<h:selectOneMenu id="outerSelect"
value="#{a4jRegionBean.outerExecute}">
@@ -113,7 +113,7 @@
<h:inputText id="regionValueInput"
value="#{a4jRegionBean.regionValue}" />
<h:commandButton id="regionValueButton"
value="Region">
- <a4j:ajax id="regionValueAjax"
listener="#{a4jRegionBean.handleBehavior}"
execute="#{a4jRegionBean.execute}" render="outputValues" />
+ <a4j:ajax
listener="#{a4jRegionBean.handleBehavior}"
execute="#{a4jRegionBean.execute}" render="outputValues" />
</h:commandButton>
<h:selectOneMenu id="regionSelect"
value="#{a4jRegionBean.execute}">
@@ -132,7 +132,7 @@
<h:inputText id="nestedRegionValueInput"
value="#{a4jRegionBean.nestedRegionValue}" />
<h:commandButton id="nestedRegionValueButton"
value="Nested region">
- <a4j:ajax id="nestedRegionValueAjax"
listener="#{a4jRegionBean.handleBehavior}"
execute="#{a4jRegionBean.nestedExecute}" render="outputValues" />
+ <a4j:ajax
listener="#{a4jRegionBean.handleBehavior}"
execute="#{a4jRegionBean.nestedExecute}" render="outputValues" />
</h:commandButton>
<h:selectOneMenu id="nestedRegionSelect"
value="#{a4jRegionBean.nestedExecute}">