Author: nbelaevski
Date: 2011-02-15 08:07:58 -0500 (Tue, 15 Feb 2011)
New Revision: 21665
Modified:
trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/DayStatistics.java
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/clientValidation/samples/jsr303-sample.xhtml
Log:
Minor issues in richfaces-showcase fixed
Modified:
trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/DayStatistics.java
===================================================================
---
trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/DayStatistics.java 2011-02-15
12:43:41 UTC (rev 21664)
+++
trunk/examples/richfaces-showcase/src/main/java/org/richfaces/demo/validation/DayStatistics.java 2011-02-15
13:07:58 UTC (rev 21665)
@@ -41,7 +41,7 @@
}
@NotNull
- @Min(value = 1, message = "Please feel at list one entry")
+ @Min(value = 1, message = "Please fill at list one entry")
@Max(value = 24, message = "Only 24h in a day!")
public Integer getTotalTime() {
Integer result = new Integer(0);
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/clientValidation/samples/jsr303-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/clientValidation/samples/jsr303-sample.xhtml 2011-02-15
12:43:41 UTC (rev 21664)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/clientValidation/samples/jsr303-sample.xhtml 2011-02-15
13:07:58 UTC (rev 21665)
@@ -12,7 +12,7 @@
<h:outputText value="User information" />
<a4j:status>
<f:facet name="start">
- <h:graphicImage value="/images/ai.gif"
style="height:12px;width:12px;"/>
+ <h:graphicImage value="/images/ai.gif" alt=""
style="height:12px;width:12px;"/>
</f:facet>
</a4j:status>
</h:panelGroup>
Show replies by date