Open agentphoenix opened 13 years ago
Forgot to mention, but this fixes #184.
There's a bit more to this for full support. For instance, Jelly needs to run $validate->bind(':model')
somewhere to bind the model to the :model
parameter.
Any idea where in Jelly that would need to be run?
Jelly throws errors in KO 3.1 because of changes made to the way validation is handled. These changes correct those errors by eliminate the calls to
Validate
and replace them with proper calls toValidation
andValid
.