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
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
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(
3 matches
Mail list logo