Hello MyFaces ExtVal users,

I've a question regarding group validation together with @BeanValidation 
annotation. In my example the @BeanValidation annotation only works on page 
bean fields. On class level it seems that the annotation is ignored.

This works:
@BeanValidation(useGroups=IUiGroupStage2.class)
    private String wmc;

This doesn't work:
@BeanValidation(useGroups=IUiGroupStage2.class)
public class HomeDlg implements Serializable {

The following documentation states that it should be possible to declare the 
annotation at class level: 
http://wiki.apache.org/myfaces/Extensions/Validator/DevDoc
But now how can I make it run? Is there some configuration to be done?

Thanx in advance!
Manuel

Reply via email to