I think the problem root is placed at the next lines 
org.jboss.seam.core.Validation source file:


  |       Object model = 
context.getApplication().createValueBinding(modelExpression).getValue(context);
  | 
  |       ClassValidator validator = getValidator(model.getClass(), 
componentName );
  |    
  |       return validator.getPotentialInvalidValues(propertyName, value);
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990764#3990764

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990764
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to