[web2py] problem in processing form fields in array

2010-06-11 Thread lameck.kassana
Hi, Everybody I was working on one of my application, and I need to create the form in which user can add fields ( in row of table dynamically) .I did manage to implement it by javascript and user can delete and add fields in form dyanmically. Then my problem comes in my controller how to read thi

[web2py] Re: fail to display my view

2010-04-28 Thread lameck.kassana
re must be a views subfolder with the name of the controller. > > On Apr 23, 6:19 am, "lameck.kassana" wrote: > > > > > hi I am newbie in web2py . I am unable to to display my view . I have > > my control called greet.py and also I have viewer greet.html > > &g

[web2py] fail to display my view

2010-04-23 Thread lameck.kassana
hi I am newbie in web2py . I am unable to to display my view . I have my control called greet.py and also I have viewer greet.html you can see the content as this is controller greet,py # coding: utf8 # try something like def index(): return dict(message="hello from greet.py") def greet(