I'm adding an html output method to my newforms sub-class. It's identical to the forms _html_output() except for some very small mods (I need to put 2 fields in one table row). BoundField and ErrorList are not visible in my method. I've tried forms.BoundField since the BoundField class is defined in forms.py but it still doesnt work. What am I doing wrong?
Thanks! Ken --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

