I like to do my client-side validation as they go, and have a nice script that does just that on any input I add the class "required" to... tells them when it's wrong, and when it's right, before they ever hit submit. Then let the server side double-check. None of that has anything to do with django (although I could probably make django add my "required" classes for me).
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

