[jboss-user] [JBoss Seam] - Re: Complex Validation
pettersonfp
do-not-reply at jboss.com
Thu Oct 18 12:50:34 EDT 2007
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#4096666
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096666
More information about the jboss-user
mailing list