[web2py] Re: Japan

2011-03-14 Thread StUStD
+1 On Mar 11, 4:58 pm, Massimo Di Pierro wrote: > We all feel very close to our friends in Japan, and we are saddened by > what has happened.

[web2py] Re: From and action disambiguation

2011-03-09 Thread StUStD
SOLVED: the magic formname in: if form.accepts(request.vars, formname=): ... with different formname for both forms solved the problem. Thanks for the wonderful web2py! On Mar 9, 5:06 pm, StUStD wrote: > I have two selection forms in one html page (see below), each with

[web2py] From and action disambiguation

2011-03-09 Thread StUStD
I have two selection forms in one html page (see below), each with two submit buttons, one to "update" a selected database item, and another to select the item (i.e. store it in a session database) -- the code for "multiple submit buttons" in one form was found in a web2py thread. The first form wo

[web2py] Recommendation for web application literature

2011-03-08 Thread StUStD
What's a good, comprehensive and web2py-like literature source to learn about web application development from the top down. I've developed a python application, built the databases and rudimentary web interface but I feel I'm constantly working too much from the bottom up. E.g. session management

[web2py] Re: Database fieldname convention

2011-03-07 Thread StUStD
I found out, the problem is not in the numeric part of the names, rather, names containing uppercase letters cause the problem. Again, is it convention that database field names should be lowercase? On Mar 7, 9:46 am, StUStD wrote: > I experience inserting and updating problems (only expli

[web2py] Database fieldname convention

2011-03-07 Thread StUStD
I experience inserting and updating problems (only explicit SQL statements in de dbadmin work, forms don't) with fieldnames like B1x, B1y, B2x, B2y, etc, only to find out that fieldnames with numbers don't work... Is this default behaviour, convention, or caused by a bug? Thanks.

[web2py] Basic setup

2011-03-02 Thread StUStD
ews in the default/ .html views. How does this work with multiple forms in a single view? Thanks. -- StUStD