RE: missing class

2004-09-10 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, September 10, 2004 11:55 AM > To: [EMAIL PROTECTED] > Subject: missing class > > > > > > > I've been using the Validator successfully on other forms.

Re: missing class

2004-09-10 Thread bmf5
Matt Bathje <[EMAIL PROTECTED]> wrote on 09/10/2004 03:02:40 PM: > It looks like you are missing the Jakarta ORO jar yep again. Thanks Matt. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: missing class

2004-09-10 Thread Matt Bathje
It looks like you are missing the Jakarta ORO jar - which is odd because it comes with the struts distribution. Matt [EMAIL PROTECTED] wrote: I've been using the Validator successfully on other forms. Now that I'm trying to use the mask validation I get an InvocationTargetException due to a N

missing class

2004-09-10 Thread bmf5
I've been using the Validator successfully on other forms. Now that I'm trying to use the mask validation I get an InvocationTargetException due to a NoClassDefFoundError on org/apache/oro/text/perl/Perl5Util Could I have a jar file missing? I'm using Struts 1.1 in WSAD 5.0. -