On Monday, October 10, 2011 6:01:49 PM UTC-4, Cliff wrote:
>
> Mostly fixed now.  There was also a bug in my controller code that was 
> complicating things. 
>
> One problem remains.  With readonly=True, the field still shows the 
> dictionary key rather than the value.
>

With readonly, I guess it's not using the widget, so it will just show the 
value stored in the field itself. Maybe you can define a represent function 
for the field so it shows the label associated with the value.

Anthony

Reply via email to