Author: jjamrich
Date: 2011-05-15 21:10:44 -0400 (Sun, 15 May 2011)
New Revision: 22487
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richGraphValidator/all.xhtml
Log:
Set id for submit button in graphValidator example
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richGraphValidator/all.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richGraphValidator/all.xhtml 2011-05-12
10:35:39 UTC (rev 22486)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richGraphValidator/all.xhtml 2011-05-16
01:10:44 UTC (rev 22487)
@@ -153,8 +153,9 @@
<rich:message for="selectOneRadio" />
</h:panelGrid>
- <a4j:commandButton value="Apply changes"
- action="#{richGraphValidatorBean.anotherActionOnAllComponents}" />
+ <a4j:commandButton id="applyChanges"
+ value="Apply changes"
+
action="#{richGraphValidatorBean.anotherActionOnAllComponents}" />
</rich:panel>
</rich:graphValidator>
</ui:fragment>
Show replies by date