I have a TableForm with some fields in it.  These fields have default
values defined in my FormFields(WidgetsList) list class.

I use the form in a method which is its own error_handler (by not
specifying an @error_handler, right?) and have that method decorated
with @validate(form=myform)

I'm seeing the default value appear when the form is rendered.  And in
my method, **kwargs has the right keys for the names of the form fields
the first time through, before the form is rendered.

However, the values seem to be set to None.  After the form is
displayed and submitted, everything is as expected.

Is this the way it's supposed to work?

I can post the relevant portions, if necessary.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to