Example:
public class Range {
Integer begin;
Integer end;
// ...
};
Suppose that if you set the begin you have to set the end as well and vice-versa. How can
I enforce this validation? Is it possible to write a Validator that to this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096666#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...