Re: [qooxdoo-devel] Model Validation

2011-02-04 Thread Martin Wittemann
Hey, > How can I validate (or force the > validation) of my model? (Problem 1) The idea behind the model validation is that the model never has an inconsistent state because the validator blocks the setting of invalid values. When you, as the designer of the model, set an invalid init value, that

[qooxdoo-devel] Model Validation

2011-02-03 Thread Waxolunist
Hello I have a big question around validation. First I want to start with my example: http://demo.qooxdoo.org/1.3/playground/#%7B%22code%22%3A%20%22qx.Class.define%28%2522demobrowser.demo.data.FormController%2522%252C%250A%257B%250A%2520%2520extend%2520%253A%2520qx.application.Standalone%252C%