I was just looking at adding widget validators on widget instances and
found it's already there. Cool :-)

Still a question about the WidgetValidator interface:

public interface WidgetValidator {
    boolean validate(Widget widget, FormContext context);
}

will a validator ever need the FormContext object?

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]                          [EMAIL PROTECTED]

Reply via email to