AJAX.Update and Django errors
Jun 6th, 2007 by viestards
Prototype’s AJAX.Update seems to be nice, but it has problem, that it updates target div. Django usual practice is to show error description above form field, and not somewhere below. This is a problem, that can not be solved easily with helpers. I wonder how RoR does it, Google has not been very helpful here.
For now, errors are written in response div, it’s not so user-friendly.