Validator Framework

2004-12-21 Thread Carolina Serrano
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(dat

RE: Validator Framework

2004-12-21 Thread Carolina Serrano
Yes, you are right, but the thing is that we have to validate in both sides. I ´ll try to be more specific. We have this situation: date: 21/12/2004 dateGreaterEqualThan: 21/12/1--> this is an error because it is not a DATE. I got the following message: the "dateGreaterEqualThan" is minor