Author: thomas.heute(a)jboss.com
Date: 2007-09-11 07:30:06 -0400 (Tue, 11 Sep 2007)
New Revision: 8222
Modified:
branches/JBoss_Portal_Branch_2_6/core-identity/src/main/org/jboss/portal/core/identity/ui/validators/EmailValidator.java
Log:
Oups
Modified:
branches/JBoss_Portal_Branch_2_6/core-identity/src/main/org/jboss/portal/core/identity/ui/validators/EmailValidator.java
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-identity/src/main/org/jboss/portal/core/identity/ui/validators/EmailValidator.java 2007-09-11
11:26:28 UTC (rev 8221)
+++
branches/JBoss_Portal_Branch_2_6/core-identity/src/main/org/jboss/portal/core/identity/ui/validators/EmailValidator.java 2007-09-11
11:30:06 UTC (rev 8222)
@@ -41,7 +41,7 @@
public void validate(FacesContext context, UIComponent component, Object value) throws
ValidatorException
{
- ResourceBundle bundle = ResourceBundle.getBundle("core.bundles.Identity",
context.getViewRoot().getLocale());
+ ResourceBundle bundle = ResourceBundle.getBundle("conf.bundles.Identity",
context.getViewRoot().getLocale());
if (value != null)
{
if (!(value instanceof String))
Show replies by date