=================
......
addConstraint(new ConstrainedProperty("name")
.notNull(true)
.minLength(2)
.maxLength(255)
.unique(true)
);
......
=================
......
if (((Validated) bean).validate()) {
......
=================it seems the "unique(true)" is not validated. hui. _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
