I'm still in the midst of upgrading from 0.9a4 to 0.9a6 and one of the
things I've noticed is that CompoundWidgets must have dict values
passed to them.  If I pass something like a SQLObject object the widget
just ends up seeing {} as the value.

Before, I could pass anything as the value and it'd be seen in the
update_params function, no matter if it was a CompoundWidget or not.

Most of my CompoundWidgets are widgets that display complex data, not
ones that display disconnected data.  I'd prefer to be able to pass
non-dict values to a widget and still be able to modify the d['value']
inside the update_params function.

Instead I've been forced to override the display method to do my value
manipulation.

Suggestions?

Jason

Attachment: signature.asc
Description: PGP signature

Reply via email to