Hi David
Thanks to you and all others who have responded on this issue.
Binger David wrote:
> Is there something preventing your Form subclass from overriding the
> Form methods that use these direct imports?
I tried this, and it gets the job done, eventually. I ended up
sub-classing a number
On Apr 4, 2008, at 7:47 PM, Neil Schemenauer wrote:
However, it would
seem more correct to render all ButtonWidget instances at the end of
the form. That is a more complicated change and I'm afraid it would
break some people's code. Any suggestions?
Here is something to consider.
Add a "co
Ian,
I found it easier in the long run to abandon the form class(es) as supplied,
but retain (and extend) the widgets, using them on my own form classes: you
don't HAVE to use the supplied form classes.
RJL
>
> But this is when things start to get ugly. The code in "form.py"
> contains direct