[web2py] Question about FORM

2020-01-22 Thread Константин Комков
Hello! Can somebody answer why If I use FORM() and inside FORM I create XML('') I don't have request.vars.test and form.vars.test after submit? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/

[web2py] Question about FORM

2014-08-02 Thread tiraen
Good evening, I just started learning this fremvork because questions may seem childish, but still. task: Create a jump button (just to another page) My solution, I wrote a similar code kontoroller def index (): form = FORM () form.add_button ('Click', URL ('first')) return