RE: Re: Validation only occurs client side

2005-03-25 Thread tarek.nabil
is really strange! Do you think the request processor might have something to do with that? -Original Message- From: Bill Siggelkow [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 4:30 AM To: user@struts.apache.org Subject: Re: Validation only occurs client side At first glance it

Re: Validation only occurs client side

2005-03-23 Thread Bill Siggelkow
At first glance it looks okay -- I suggest you set a breakpoint in the ValidatorForm.validate() method (or you could override the method) to see if it gets called. If not, then I would look into your request processor (which I noticed was a custom one). -Bill Siggelkow On 2005-03-23 11:09:06 -0

Validation only occurs client side

2005-03-23 Thread tarek.nabil
Hi, I'm having a really weird problem. This is the first time I use the Validator. I expected to have some problems with client side validations, but what I found was client side validations are working but server side validations aren't!! The fact that client-side validations work, I think, mean