Re: ValidatorActionForm in Struts 1.3.1

2006-04-18 Thread Asad Habib
Yes, you're right. It is the regular expressions API originally developed by ORO Inc. and then donated to ASF. - Asad On Tue, 18 Apr 2006, Dave Newton wrote: [EMAIL PROTECTED] wrote: Have you placed the validator jar (jakarta-oro- (somethinf).jar ) in WEB-INF/lib? Just for completeness

Re: ValidatorActionForm in Struts 1.3.1

2006-04-18 Thread Dave Newton
[EMAIL PROTECTED] wrote: > Have you placed the validator jar (jakarta-oro- (somethinf).jar ) in > WEB-INF/lib? > Just for completeness; that isn't the validator jar. That's a regex library used by the validator (right?) Dave

Re: ValidatorActionForm in Struts 1.3.1

2006-04-17 Thread manivannan84
-0500 Subject: ValidatorActionForm in Struts 1.3.1 Hi, I don't see the ValidatorActionForm class in Struts 1.3.1 . I don't understand why this was taken out (not even deprecated). Or is there an alternate class I should be using for the ValidatorActionForm class.

Re: ValidatorActionForm in Struts 1.3.1

2006-04-17 Thread Wendy Smoak
On 4/17/06, Chaudhary, Harsh <[EMAIL PROTECTED]> wrote: > I don't see the ValidatorActionForm class in Struts 1.3.1 . It's in the struts-extras jar. HTH, -- Wendy

ValidatorActionForm in Struts 1.3.1

2006-04-17 Thread Chaudhary, Harsh
Hi, I don't see the ValidatorActionForm class in Struts 1.3.1 . I don't understand why this was taken out (not even deprecated). Or is there an alternate class I should be using for the ValidatorActionForm class. Thanks, Harsh.