Author: ppitonak(a)redhat.com
Date: 2010-12-03 09:19:48 -0500 (Fri, 03 Dec 2010)
New Revision: 20350
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml
Log:
* unnecessary IDs removed
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml 2010-12-03
14:11:09 UTC (rev 20349)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml 2010-12-03
14:19:48 UTC (rev 20350)
@@ -116,27 +116,27 @@
</script>
<h:commandButton id="switchButton1" value="switch to
tab1">
- <rich:componentControl id="componentControl1"
event="click" operation="switchToItem" target="tabPanel"
>
+ <rich:componentControl event="click"
operation="switchToItem" target="tabPanel" >
<f:param value="tab1" />
</rich:componentControl>
</h:commandButton>
<h:commandButton id="switchButton2" value="switch to
tab2">
- <rich:componentControl id="componentControl2"
event="click" operation="switchToItem" target="tabPanel"
>
+ <rich:componentControl event="click"
operation="switchToItem" target="tabPanel" >
<f:param value="tab2" />
</rich:componentControl>
</h:commandButton>
<h:commandButton id="switchButton3" value="switch to
tab3">
- <rich:componentControl id="componentControl3"
event="click" operation="switchToItem" target="tabPanel"
>
+ <rich:componentControl event="click"
operation="switchToItem" target="tabPanel" >
<f:param value="tab3" />
</rich:componentControl>
</h:commandButton>
<h:commandButton id="switchButton4" value="switch to
tab4">
- <rich:componentControl id="componentControl4"
event="click" operation="switchToItem" target="tabPanel"
>
+ <rich:componentControl event="click"
operation="switchToItem" target="tabPanel" >
<f:param value="tab4" />
</rich:componentControl>
</h:commandButton>
<h:commandButton id="switchButton5" value="switch to
tab5">
- <rich:componentControl id="componentControl5"
event="click" operation="switchToItem" target="tabPanel"
>
+ <rich:componentControl event="click"
operation="switchToItem" target="tabPanel" >
<f:param value="tab5" />
</rich:componentControl>
</h:commandButton>
Show replies by date