Hi all,

Can I in any way add an error to a form field?
I have a controller method (in views.py) which needs information from
the session and information from the form (a CharField) to validate
some logic. If this fails, I want to add an error to the form field
saying its value is invalid, but can I do this? Ive tried accessing
form._errors['field_name'] = [u'Invalid'] and such, but its doesnt
really seem like an ideal solution..  Anyone?

Regards, Lars Borup Jensen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to