Author: alevkovsky
Date: 2008-08-15 07:30:26 -0400 (Fri, 15 Aug 2008)
New Revision: 10109
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/graphValidator/examples/additionalValidation.xhtml
Log:
Bug fixing(RF-4189)
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/graphValidator/examples/additionalValidation.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/graphValidator/examples/additionalValidation.xhtml 2008-08-15
11:13:05 UTC (rev 10108)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/graphValidator/examples/additionalValidation.xhtml 2008-08-15
11:30:26 UTC (rev 10109)
@@ -16,7 +16,7 @@
</style>
<h:form id="graphValidatorForm2">
<a4j:region renderRegionOnly="true">
- <rich:graphValidator value="#{dayStatistics}">
+ <rich:graphValidator value="#{dayStatistics}" summary="">
<table>
<thead>
<tr>
@@ -41,7 +41,7 @@
</rich:graphValidator>
<a4j:commandButton value="Store my details"
actionListener="#{dayStatistics.store}" reRender="panel" />
- <rich:messages infoClass="green" errorClass="red"
showDetail="true" showSummary="false"/>
+ <rich:messages infoClass="green" errorClass="red" />
</a4j:region>
</h:form>
</ui:composition>
Show replies by date