hello anthony,
i have a doubt in web2py.
I am developing an application using web2py. In my view i have an onclick
event which is using an ajax function to send the data to the controller
and the controller will process the value and send back the data to
view.How to get the value in view i wan
Can you help me in passing the values from view in web2py to the controller
function.The value returned from controller unction should be passed again
to the same view.I will use that value in my views.
Here is my view:
onclick='ajax("{{=URL('default', 'test', args=[textname[i], '1',
'english
Hello,
Am new to web2py and have developed an applications using crawling.my
doubt is in onclick() i have written like
onclick='ajax("{{=URL('default', 'test', args=[textname[i], '2',
'tamil'])}}",[], ":eval");'
in the controller :
if (request.args[2]=="tamil"):
if (int(request.a
e. Try delete the file and rewrite it. If it still does not
> work, email me your routes.py
>
> On Aug 23, 6:35 am, Prabhu wrote:
>
> > Massimo, Thanks for the reply.
>
> > Even after adding the commas, I get the same error.
>
> > If I say,
>
> > routes_out
from rewrite import error_message_custom
File "/base/data/home/apps/myapp/1.335820055527865939/gluon/
rewrite.py", line 31, in
raise e
: invalid syntax (, line 1)
Any help is appreciated.
Thanks.
Prabhu
On Aug 23, 6:46 pm, mdipierro wrote:
> routes_in = (('/cc/$a',
fault/$a', '/cc/$a'))
in routes.py, I still get the syntax error. Why am I not able to
specify both? This looks like a very dumb mistake I am making. Any
ideas?
Prabhu
On Aug 22, 9:02 am, Yarko Tymciurak wrote:
> you might find this discussiont helpful:
>
> http://groups
Hi,
Newbie to web2py here. My routes.py reads,
#!/usr/bin/env python
# -*- coding: utf-8 -*-
routes_in = (('/testme','/myapp/default/index'),)
routes_out = (('/myapp/default/index', '/test'),)
http://127.0.0.1:8000/testme works. When I upload web2py to GAE, I get
the following error
Your rou
http://imgur.com/B5Z0R.jpg
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to
web2py+unsu
8 matches
Mail list logo