I have read something about security related modifications in recent Web2Py
versions which caused the previous code using the data() controller to fail
with 404 NOT FOUND.
I have als seen the comment in the new Welcome-app telling us: "
but URLs bust be signed, i.e. linked with
A('table',_href=URL('data/tables',user_signature=True))
or with the signed load operator
LOAD('default','data.load',args='tables',ajax=True,user_signature=True)"
When I use
A(T('remove'),_href=URL(r=request, c='default',
f='data/delete/files',user_signature=True, args=str(id)))
it does the job (delete the record) but I still get the 404 NOT FOUND error.
Please enligthen me on how to use the data-controller now?
Regards
Johann
--
May grace and peace be yours in abundance through the full knowledge of God
and of Jesus our Lord! His divine power has given us everything we need for
life and godliness through the full knowledge of the one who called us by
his own glory and excellence.
2 Pet. 1:2b,3a