Author: amarkhel
Date: 2010-03-19 17:01:42 -0400 (Fri, 19 Mar 2010)
New Revision: 16642
Modified:
branches/community/3.3.X/framework/impl/src/main/java/org/richfaces/component/UIRangedNumberInput.java
branches/community/3.3.X/framework/impl/src/main/resources/org/richfaces/component/messages.properties
Log:
RF-8463
Modified:
branches/community/3.3.X/framework/impl/src/main/java/org/richfaces/component/UIRangedNumberInput.java
===================================================================
---
branches/community/3.3.X/framework/impl/src/main/java/org/richfaces/component/UIRangedNumberInput.java 2010-03-19
21:00:58 UTC (rev 16641)
+++
branches/community/3.3.X/framework/impl/src/main/java/org/richfaces/component/UIRangedNumberInput.java 2010-03-19
21:01:42 UTC (rev 16642)
@@ -24,6 +24,7 @@
import javax.faces.application.FacesMessage;
import javax.faces.component.UIInput;
import javax.faces.context.FacesContext;
+import org.richfaces.component.util.ComponentMessageUtil;
import org.richfaces.component.util.MessageUtil;
Modified:
branches/community/3.3.X/framework/impl/src/main/resources/org/richfaces/component/messages.properties
===================================================================
---
branches/community/3.3.X/framework/impl/src/main/resources/org/richfaces/component/messages.properties 2010-03-19
21:00:58 UTC (rev 16641)
+++
branches/community/3.3.X/framework/impl/src/main/resources/org/richfaces/component/messages.properties 2010-03-19
21:01:42 UTC (rev 16642)
@@ -5,6 +5,10 @@
org.richfaces.component.UIExtendedDataTable.Menu.GroupByColumn=Group by this column
org.richfaces.component.UIExtendedDataTable.Menu.DisableGrouping=Disable Grouping
org.richfaces.component.UIExtendedDataTable.NoData=No data
+org.richfaces.component.UIRangedNumberInput.MaxMinIsNull={0}: conversation error,
maxValue or minValue is null!
+org.richfaces.component.UIRangedNumberInput.ValueIsNull={0}: input value can't be
null!
+org.richfaces.component.UIRangedNumberInput.LessThatMinimal={0}: input value is less than
minimal value!
+org.richfaces.component.UIRangedNumberInput.GreaterThanMaximal={0}: input value is more
than maximum value!
# converters
Show replies by date