> -----Original Message-----
> From: Carolina Serrano [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 21, 2004 1:35 PM
> To: [EMAIL PROTECTED]
> Subject: Validator Framework
> 
> 
> 
> I'm using the validator framework , doing validations that depends on
> others.
> 
> for example: dateafterthat depends on  date.
> 
> the dependations in the server run ok, 
> but it failed  when it has to validate in the client both: 
> 1st date and 2nd
> dateafterthan.
> 
> According the documentation: "if  1st(date) fail don't 
> continue", so that
> error shouldn´t happen. 
> 
> The first validation does not ocurre in the client side but the 2nd
> validation does. There is no error in server side.

Both validations must happen on either the server, or the client side.  You 
can't mix where they happen using the validation framework, especially if the 
first is supposed to fire on the server.



> 
> Thanks 
> Carito 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to