[richfaces-svn-commits] JBoss Rich Faces SVN: r4462 - branches/3.1.x/framework/impl/src/main/resources/org/ajax4jsf.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Dec 4 12:18:45 EST 2007


Author: nbelaevski
Date: 2007-12-04 12:18:45 -0500 (Tue, 04 Dec 2007)
New Revision: 4462

Modified:
   branches/3.1.x/framework/impl/src/main/resources/org/ajax4jsf/messages.properties
Log:
validation error message added
immediate validation fixed

Modified: branches/3.1.x/framework/impl/src/main/resources/org/ajax4jsf/messages.properties
===================================================================
--- branches/3.1.x/framework/impl/src/main/resources/org/ajax4jsf/messages.properties	2007-12-04 17:18:38 UTC (rev 4461)
+++ branches/3.1.x/framework/impl/src/main/resources/org/ajax4jsf/messages.properties	2007-12-04 17:18:45 UTC (rev 4462)
@@ -252,4 +252,5 @@
 SKIN_ILLEGAL_REFERENCE=Reference for property "{0}" not present in Skin configuration
 NULL_ATTRIBUTE_ERROR=Required attribute {0} for component {1} is null
 UI_INSERT_RESOURCE_NOT_FOUND="Resource {1} not found, component {0}
-HIGHLIGHT_LIBRARY_NOT_FOUND="In order to use highlight attribute of the  rich:insert component, add jhighlight.jar from https://jhighlight.dev.java.net/ into application."
\ No newline at end of file
+HIGHLIGHT_LIBRARY_NOT_FOUND="In order to use highlight attribute of the  rich:insert component, add jhighlight.jar from https://jhighlight.dev.java.net/ into application."
+INVALID_VALUE={0}: Validation Error: Value {1} is not valid




More information about the richfaces-svn-commits mailing list