taskeenkayani / ext-direct-mvc

Automatically exported from code.google.com/p/ext-direct-mvc
0 stars 0 forks source link

Form server side validation #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is there a way to send server-side validation errors for a Direct form?
I don't see an Error property on the DirectResponse.

Original issue reported on code.google.com by FrankCH...@gmail.com on 14 Apr 2011 at 6:15

GoogleCodeExporter commented 8 years ago
return this.Direct(new { success = false, errors = [blah blah], message = 
"failed!"});

?

Original comment by danbarua@gmail.com on 30 Jun 2011 at 8:44