> I see, the problem is that the form is getting an SQLobject 
> instance instead of a dict as a value, when from_python is 
> executed on it it fails as it expects a dict.
> 
> Since [1344] from_python is executed for conversion in 
> adjust_value for CompoundWidgets too, therefore this bug has raised.
> 
> One possible solution (or workaround) could be to so_to_dict 
> SO instances in validators.Schema.from_python.... Though 
> maybe a final solution would be to fix fastdata to send a 
> "so_to_dicted" SO to the form...Opinions?
> 
> Can you try this patch see if, at least, we've found the cause?

That patch makes it work.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to