Hi Massimo,

I noticed a typo in section 3.8 when dealing with crud.create() in the
show action. Line 5 reads:
      form = crud.create(db.image, next=URL(r=request, args...

but I think it is suppose to be:
     form = crud.create(db.comment, next=URL(r=request, args...

the first one shows form for image upload while the second shows the
comment form. I think it should be the second

Regards,
Winston
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@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