Author: jjamrich
Date: 2011-05-15 21:10:59 -0400 (Sun, 15 May 2011)
New Revision: 22488
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richGraphValidator/all.xhtml
Log:
Fix element locators 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-16
01:10:44 UTC (rev 22487)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richGraphValidator/all.xhtml 2011-05-16
01:10:59 UTC (rev 22488)
@@ -58,9 +58,9 @@
groups="#{richGraphValidatorBean.validationGroups}"
type="#{richGraphValidatorBean.attributes['type'].value}"
rendered="#{richGraphValidatorBean.attributes['rendered'].value}"
>
- <rich:panel header="Many rich components within rich:graphValidator"
style="width:800px">
- <rich:messages for="gv1" />
- <rich:messages globalOnly="true" />
+ <rich:panel id="gv1h" header="Many rich components within
rich:graphValidator" style="width:800px">
+ <rich:messages id="messages4gv1" for="gv1" />
+ <rich:messages id="globalMessages" globalOnly="true" />
<h:panelGrid columns="6">
<h:outputText for="inplaceSelect" value="Inplace Select"
/>
<rich:inplaceSelect id="inplaceSelect"
value="#{richGraphValidatorBean.inplaceSelect}" >
@@ -104,7 +104,7 @@
<rich:message for="inputSecret" />
<h:outputText for="calendar" value="Calendar" />
- <rich:calendar id="calendar"
value="#{richGraphValidatorBean.calendar}" />
+ <rich:calendar id="calendar"
value="#{richGraphValidatorBean.calendar}" enableManualInput="true"
/>
<rich:message for="calendar" />
<h:column/>
Show replies by date