Need convert request to int:
int(request.post_vars.pid)
Fabiano.
2014-07-02 8:05 GMT-03:00 Shubham Jain :
> I want to create an update page just like profile page in default
> application. Actually I am passing the primary key of a table by a button
> click to the product_update page. In the co
I want to create an update page just like profile page in default
application. Actually I am passing the primary key of a table by a button
click to the product_update page. In the controller of the update page I
tried these 2 codes.
def product_edit():
db.products.product_id.writable=FALSE
2 matches
Mail list logo