[web2py] py4web - method not allowed

2020-01-21 Thread Val K
Try method=... instead of methodS -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Group

[web2py] py4web - method not allowed

2020-01-21 Thread Jim S
I'm getting the following when I click on the submit button on my form: Error: 405 Method Not Allowed Sorry, the requested URL 'http://127.0.0.1:8000/py4web_test/administration/links' caused an error: Method not allowed. My controller code: @action('administration/links', methods=['GET', 'POS