I have a view index.html with two components - myform and namelist.
The index action requires_login() and both myform and namelist actions
requires_signature()
This works as expected.

The problem is that the update of namelist via response.js set in the
myform action fails.

I figure that since in myform response.js is set to:

response.js =
"web2py_component('/test_signature/inter_component/name_list',
'cname_list')"

This fails because the get var '_signature' that matches name_list is
missing.

If I'm correct how can one access the signature of other components in
order to update the via the response.js mechanism?
Otherwise, how to update a digitally signed component via response.js?

TIA
Miguel

Reply via email to