Hi Mengu, > 1) you can read on working with forms here:http://webpy.org/form
Well, but do not there is a CRUD based on a table ?, for example, my_crud = CRUD( 'table_name') where this object my_crud encapsulates all CRUD operations: create, edit, save, delete. I searched for a 'form.edit' where I edit a record(of a table) based on an id, for example, /table/edit/1 or /table/1 but I not found. > 2) I have written a simple solution on how to make pagination with > webpy:http://www.mengu.net/post/pagination-with-webpy Very good. Congratulations !. > 4) Ofcourse you can. See the file upload > section:http://webpy.org/cookbook/fileupload Perfect. 3) and 5) I think the this is a good built-in feature to be inserted in the framework. Thanks -- Leandro -- 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.
