RE: NoClassDefFoundError in custom validator

2003-11-16 Thread Rob van Oostrum
Struts shouldn't be able to do all of the reflection, especially since this is hardly pushing the envelope. Any thoughts? cheers Rob -Original Message- From: Rob van Oostrum [mailto:[EMAIL PROTECTED] Sent: November 14, 2003 6:11 PM To: [EMAIL PROTECTED] Subject: NoClassDefFoundError

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,

RE: NoClassDefFoundError in custom validator

2003-11-14 Thread Rob van Oostrum
- 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 PROTECTED] For additional commands, e-mail