> I see how to validate that a single control is required but not to > check for coupled controls.
This is a COMPONENT validator. > I have a form that contains a few checkboxes, and the form should fail > validation only if ALL of them are unchecked. You need FORM VALIDATOR. See for example EqualPasswordValidator and make something similar. ** Martin > -- > View this message in context: > http://www.nabble.com/Form-validation-with-coupled-components-tp22741741p22741741.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
