[web2py] web2py function documentation

2011-03-25 Thread Hal Smith
As I continue to plug along, following your manual, I keep bumping into web2pyfunctions (I assume) - such as index (), first (), second (), and dict (). It would be nice to have these documented, in something like the UNIX Man pages. Later, it speaks of request.vars.visitor_name - without explaini

[web2py] I goofed

2011-03-24 Thread Hal Smith
Working on the view file this morning, I noticed my error. I had copied the line numbers into the code when I copied the code from the manual. Today I removed those, and added the session counter code. Everything works fine.

[web2py] Re: Runnning my new app

2011-03-23 Thread Hal Smith
om Cc: Hal Smith Sent: Wed, March 23, 2011 1:15:01 PM Subject: Re: Runnning my new app This is a concept that you have to get a firm grasp of. There is a file "layout.html" that contains all of the base HTML that you might want on every page in your site. It has a templating instru

[web2py] Re: Runnning my new app

2011-03-23 Thread Hal Smith
ve the big, bold "Hello from MyApp", and a little 5 6 below it. Something extra is happening here. From: Anthony To: web2py@googlegroups.com Cc: Hal Smith Sent: Tue, March 22, 2011 3:22:57 PM Subject: Re: Runnning my new app Hopefully it will be

[web2py] Re: Runnning my new app

2011-03-22 Thread Hal Smith
I got it working. But I don't understand what is going on there. I hope your manual clarifies that. From: Anthony To: web2py@googlegroups.com Cc: Hal Smith Sent: Tue, March 22, 2011 9:59:29 AM Subject: Re: Runnning my new app On Tuesday, March 22, 20

[web2py] Re: Runnning my new app

2011-03-22 Thread Hal Smith
I am supposed to get "Hello from my first Web app", but all I see is "Hello World" From: Anthony To: web2py@googlegroups.com Cc: Hal Smith Sent: Tue, March 22, 2011 8:51:44 AM Subject: Re: Runnning my new app I think you're on the

[web2py] Runnning my new app

2011-03-22 Thread Hal Smith
On page 87 of the manual it says: Save it and go back to the edit page. Click on the index link to visit the newly created page. Huh? I can only see , and that didn't seem to do much. I want to see my Hello, World message.