I note that the documentation in the Guide for EmailAddressValidator <http://wicket.apache.org/guide/guide/forms2.html> is a little outdated. It has:

email.add(new EmailAddressValidator());

It should be:

email.add(EmailAddressValidator.getInstance());

Is this something I should file a JIRA for? Or should I just note it here on this list? Or should I get an account and edit it myself?

Cheers,

Garret

P.S. Is HTML email allowed on this list, or does everyone prefer plain text?

Reply via email to