le 02.09.2008 23:13 Loic a écrit:
> Hi all !
>
>
> i have a <select > in my kid file and i fill it with some <option>
> added by values sent by my controllers.
> A handle send to the controller the new value to be stored when the
> item of the list is changed.
> How i have to do to correctly put the good option for the select when
> the user come back in the page ?
>
>   
pass the selected value in the value dict that you pass as a parameter 
of your widget (my_widget.display(value=...)), like you would do for any 
other field.
> Cheers
>
> Lo
> >
>   

--~--~---------~--~----~------------~-------~--~----~
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