Alberto Valverde <[EMAIL PROTECTED]> writes:

> You can't modify  the widget's attributes once it has been  
> initialized. The __setattr__ check doesn't kick in because you're not  
> rebinding any attribure but, nevertheless, you can't do this.  Have  
> you tried this?:
>
> fpd.display(options=dict 
> (contatoClienteBeneficiado=Contatos.get_contatos(1)))

I didn't remember about that syntax, so I haven't tried it.  Now I
remember that I can

  fpd.display(values, **kwargs)  

and I can pass form options in kwargs. ;-)  I'll try in a few minutes
and I'll let you know. :-)


-- 
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to