webtier@glassfish.java.net

JSF2 Custom Validators Interface Changed?

From: Lincoln Baxter, III <lincolnbaxter_at_gmail.com>
Date: Thu, 19 Mar 2009 01:12:48 -0400

Since updating from the 1/29/2009 to the 3/16/2009 snapshots of JSF2, I
now get the following exceptions for all of our custom validators:

com.ocpsoft.social.exceptions.SiteRuntimeException:
javax.servlet.ServletException: /faces/profile/userProfile.xhtml @76,53
<f:validator> A validator id was not specified. Typically the validator
id is set in the constructor ValidateHandler(ValidatorConfig)

Has this interface changed?