@edvin Well right now I have the view, that creates a couple of primitive ItemViewModels and passes a lambda to them, to invoke on onCommit.
I just have a question - validator is a cool thing, but some validations need to look in the db. For example to check, whether the user with the same name exists. Is it possible now to do such validations, so they work together with commit?