> The snippet from enter_sandbox_data.kid is:
>
> <h3>Select <span py:replace="title">Identity</span> for sandbox #<span
> py:content="id">sandbox ID</span></h3> <br/>
>
> ${form(action=action, values=values)}
What about
${form.display(values, action=action)}
Usually, widgets take the value as the first argument. Even if it's named, it
should be value instead of values I think.
Diez
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---