On Mar 1, 7:07 am, weheh <[email protected]> wrote:
> p.s. If I use FORM, then I assume I would insert the fields into the
> db manually. Do you do that in the "if form.accepts ..." block?

Yes:
http://mdp.cti.depaul.edu/examples/default/dal

id = db.table.insert(
    field1=form.vars.field1
    field2=form.vars.field2
    )

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