Author: ppitonak(a)redhat.com
Date: 2010-12-02 06:33:32 -0500 (Thu, 02 Dec 2010)
New Revision: 20298
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml
Log:
https://jira.jboss.org/browse/RFPL-674
* unnecessary IDs removed
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml 2010-12-02
11:17:12 UTC (rev 20297)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml 2010-12-02
11:33:32 UTC (rev 20298)
@@ -117,27 +117,27 @@
</script>
<h:commandButton id="switchButton1" value="switch to
item1">
- <rich:componentControl id="componentControl1"
event="click" operation="switchToItem" target="accordion"
>
+ <rich:componentControl event="click"
operation="switchToItem" target="accordion" >
<f:param value="item1" />
</rich:componentControl>
</h:commandButton>
<h:commandButton id="switchButton2" value="switch to
item2">
- <rich:componentControl id="componentControl2"
event="click" operation="switchToItem" target="accordion"
>
+ <rich:componentControl event="click"
operation="switchToItem" target="accordion" >
<f:param value="item2" />
</rich:componentControl>
</h:commandButton>
<h:commandButton id="switchButton3" value="switch to
item3">
- <rich:componentControl id="componentControl3"
event="click" operation="switchToItem" target="accordion"
>
+ <rich:componentControl event="click"
operation="switchToItem" target="accordion" >
<f:param value="item3" />
</rich:componentControl>
</h:commandButton>
<h:commandButton id="switchButton4" value="switch to
item4">
- <rich:componentControl id="componentControl4"
event="click" operation="switchToItem" target="accordion"
>
+ <rich:componentControl event="click"
operation="switchToItem" target="accordion" >
<f:param value="item4" />
</rich:componentControl>
</h:commandButton>
<h:commandButton id="switchButton5" value="switch to
item5">
- <rich:componentControl id="componentControl5"
event="click" operation="switchToItem" target="accordion"
>
+ <rich:componentControl event="click"
operation="switchToItem" target="accordion" >
<f:param value="item5" />
</rich:componentControl>
</h:commandButton>