[web2py:19125] Controller & sub-folders

2009-04-04 Thread r...@devshell.org
As far as I understand from the manual, it is not possible to store controllers in sub folders in the Controller folder in web2py. Is that right? If that is not correct, what URL would one use to access a function called "user_reg" in a controller called called "useradd" in a folder called "user"

[web2py:19107] Re: The official Web2py Book by Massimo....for free?

2009-04-04 Thread r...@devshell.org
I tried to learn web2py without the official manual. After failing to do so, I forked out the $12, and I must say that it is WELL WORTH THE PRICE!!! The book is jam-packed with material. Secondly, if by purchasing the book I am supporting the author's efforts in maintaining and updated web2py, I

[web2py:19089] Re: Input type button

2009-04-04 Thread r...@devshell.org
It alwys submits the form to the same > action that generated the form. > > Not sure I answered your question. > > Massimo > > On Apr 3, 6:38 pm, "r...@devshell.org" > wrote: > > > I am trying to just understand where web2py stores the request data, > >

[web2py:19045] Re: Input type button

2009-04-03 Thread r...@devshell.org
your life much > easier. Or are you trying to submit a web2py form to a non-web2py > action? > > Massimo > > On Apr 3, 1:48 pm, "r...@devshell.org" > wrote: > > > Hi there, > > > I was wondering about the button input type. I know it is recommended &

[web2py:19033] Input type button

2009-04-03 Thread r...@devshell.org
Hi there, I was wondering about the button input type. I know it is recommended to use a input submit type, however, if one were wanting to use a button, how could I have web2py forward to another page with it? ie. <--- I want that to redirect to register/index.html in the VIEW. Also, I found