[validator] Extending org.apache.commons.validator.Field

2005-10-13 Thread Stewart Cambridge
Dear All, I'm using the commons validator with Struts and want validations to not stop at the first failure, but to run against all fields and so return a set of failures, not just the first one (basically, in a form of 30 fields, if a user gets several wrong, I can see him getting annoyed

[validator] Fwd: Extending org.apache.commons.validator.Field

2005-10-13 Thread Stewart Cambridge
; } boolean good = validateFieldForRule(field, action, results, actions, pos); allResults.merge(results); if (!good) { return; } } -- Forwarded message -- From: Stewart Cambridge [EMAIL PROTECTED] Date: 13-Oct-2005 18:26 Subject: [validator] Extending