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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...