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. Thanks Carito