Hi,

I'm trying to abstract my beans to make things easier. What I'm trying
to do is to define a default validation on the abstract bean, and in
same cases I want to override that as for example when a user is
edited via admin, the username isn't required, which it is from the
public part of the site.

Any ideas?

AbstractBean : String password @Validate("required,minlength=6")
AdminEditBean : String password - no validation at all

-- 
        regards,
        Robin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to