Hi, I have two further questions for understanding your approach.
Dale McNeill schrieb am 22.09.2006 00:02: > Ideally, failure messages should be in the view. In my system, I pass > the validator object to the view and it uses a view template to display > the error message. So you keep your error message in the validator object in English language, right, so how do you handle other languages? Do you have one big isValid() method for all fields in your model? I suppose this will work if you want to save data. But what about a search form which takes some of the model fields. Where will you validate the input in such cases? Best Regards, Ralf
