i have:

<input name="id" type=hidden value="{{=form.record.id}}"/>

will that be fine?

On Fri, Dec 12, 2008 at 8:02 AM, mdipierro <[email protected]> wrote:
>
> You are using a manual HTML form instead of {{=form}}. For an update
> form you need to include
>
> 1) <input type="hidden" name="id" value="{{=form.latest.id}}"
> 2) {{=form.hidden_field()}}

<snip>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to