what is the url that gives you invalid record? What is in request.url?
with args(2) and not args(0)?

On Jan 28, 7:20 pm, weheh <richard_gor...@verizon.net> wrote:
> Hi Massimo, I'm sorry, but I don't understand how to do this. I tried
> the following:
>
> #controller
> def junk():
>   form = crud.update(db.content,request.args(2),next=request.url)
>   rows=crud.select(...)
>   return dict(form=form,rows=rows)
>
> Record creation works OK. But when I click on a rows record id,
> expecting the form to populate and then update when I submit, I get an
> invalid function error.

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to