RE: NoClassDefFoundError in custom validator

2003-11-16 Thread Rob van Oostrum
TECTED] > Subject: NoClassDefFoundError in custom validator > > > I added the commons validator to my Struts implementation. The > out-of-the-box stuff is working just fine. However, I added the following > custom validator: > > public class BarnmanValidator implements Serializable { >

RE: NoClassDefFoundError in custom validator

2003-11-14 Thread Rob van Oostrum
; -Original Message- > From: Rob van Oostrum [mailto:[EMAIL PROTECTED] > Sent: November 14, 2003 6:11 PM > To: [EMAIL PROTECTED] > Subject: NoClassDefFoundError in custom validator - To unsubscribe, e-mail: [EMAIL PR

NoClassDefFoundError in custom validator

2003-11-14 Thread Rob van Oostrum
I added the commons validator to my Struts implementation. The out-of-the-box stuff is working just fine. However, I added the following custom validator: public class BarnmanValidator implements Serializable { public static boolean validateEmailAddress(Object bean, Field field) { [etc, etc,