|
From: Ian B. <ia...@co...> - 2005-05-18 20:33:52
|
Ben Bangert wrote:
> I currently check for errors on the form like this:
> form = htmlform.HTMLForm(html,formschemas.BillShipPage())
> errors = {}
> form_result, errors = form.validate(self.ARGS)
>
> I then pass the errors that returns into the htmlfill. Html in the above is
> a form snippet. What is the recommended way to obtain the errors dict passed
> into htmlfill?
I was returning the wrong thing in htmlform -- should be fixed in svn now.
--
Ian Bicking / ia...@co... / http://blog.ianbicking.org
|