On 07-Dec-07, at 7:46 PM, Benoit Chesneau wrote:

>
> Hi,
>
> Something that bug me. I'm trying to render a form in a template
> without form.render. Would like do display a form field where I want.
> I tried $form['fieldname'] in template but it display an object repr.
> Any idee how to do this ? (something like {{ form.fieldname }} in
> django)
>
> Is this possible ?

try $form['fieldname'].render()


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to