[portal-commits] JBoss Portal SVN: r13034 - branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/bundles.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Mon Mar 16 07:27:02 EDT 2009


Author: thomas.heute at jboss.com
Date: 2009-03-16 07:27:02 -0400 (Mon, 16 Mar 2009)
New Revision: 13034

Modified:
   branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity.properties
Log:
JBPORTAL-2345: User profile portlet shows JSF auto generated id in password field error message



Modified: branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity.properties	2009-03-16 02:59:37 UTC (rev 13033)
+++ branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity.properties	2009-03-16 11:27:02 UTC (rev 13034)
@@ -21,6 +21,8 @@
 # 02110-1301 USA, or see the FSF site: http://www.fsf.org.                     #
 ################################################################################
 
+javax.faces.validator.LengthValidator.MINIMUM= Entry is too short ({0} chars. minimum).  
+
 IDENTITY_APPLICATION_NOT_AVAILABLE=Portlet not available. Please check your configuration and the error log for further information.
 
 IDENTITY_WELCOME=Welcome
@@ -184,4 +186,4 @@
 javax.portlet.title=User profile
 javax.portlet.keywords=management,user
 
-javax.faces.component.UIInput.REQUIRED=Value is required
\ No newline at end of file
+javax.faces.component.UIInput.REQUIRED=Value is required




More information about the portal-commits mailing list