[jboss-user] [JBoss Seam] - Re: s:validateAll and ui:include/ui:insert

tiomalandra do-not-reply at jboss.com
Sat Dec 2 13:13:01 EST 2006


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



More information about the jboss-user mailing list