[web2py] html form in web2py(reply needed urgently)

2012-08-29 Thread qwer qwer
{{form=FORM('Your comment:',INPUT(_comment='_comment', requires=IS_NOT_EMPTY()), INPUT(_type='submit')) if form.accepts(request,session): response.flash = 'Your information has been sent successfully'}} {{=form}} i wrote this in default/index . it displays a form ,but when submitted d

[web2py] Re: web2py 2.0.2 is out

2012-08-29 Thread qwer qwer
Its very nice that you have created such a wonderful framework. Its awesome...:) --

[web2py] doubt (needed urgently)

2012-08-29 Thread qwer qwer
why doesn't it work? How to make it work?? Thanks Enter code here...{{form=FORM('Your comment:',INPUT(_comment='_comment',requires =IS_NOT_EMPTY()), INPUT(_type='submit'))}} {{def ded(): if form.accepts(request,session): response.flash = 'Your information has been sent

[web2py] Re: doubt (needed urgently)

2012-08-29 Thread qwer qwer
e processing in a > controller. See chapters 3 and 7 of the book for plenty of forms examples. > > Anthony > > On Thursday, August 30, 2012 1:16:17 AM UTC-4, qwer qwer wrote: >> >> >> >> >> >> why doesn't it work? How to make it work?

[web2py] IF no redirect

2012-08-30 Thread qwer qwer
I made default/index.html to execute a function in default.py. If I write redirect(..) in function, I am losing the current variable values in default/index.html as the index.html executes again from beginning..what to do? --

[web2py] LDAP database access

2012-10-11 Thread qwer qwer
Hello, We need to link to a ldp database in web2py. All the data is in ldp format and we want to use that data in web2py.How to do it?thanks :) --

[web2py] diaplay many sql forms with a single submit button

2012-10-13 Thread qwer qwer
hello, I want to display many sql forms,but they should have a single submit button.when the submit button is pressed all the values should get updated into their respective tables.is it possible?how to do it? thanks --

[web2py] Re: diaplay many sql forms with a single submit button

2012-10-13 Thread qwer qwer
thanks :) On Saturday, October 13, 2012 4:09:26 PM UTC+5:30, qwer qwer wrote: > > hello, >I want to display many sql forms,but they should have a single submit > button.when the submit button is pressed all the values should get updated > into their respective tables.is it

[web2py] extend with an if condition

2012-10-14 Thread qwer qwer
is it not possible? {{if condition:}} {{extends 'layout1.html'}} {{else:}} {{extends 'layout2.html'}} thanks --

[web2py] export as pdf, smartgrid

2012-11-11 Thread qwer qwer
Hello, 1.How to remove export and import and search options from smartgrid? 2. I want an export dropdown containing export as pdf,csv for a table.How to do it?? Thanks.. --

[web2py] Can Sql (sqlite) injections occur if normal html forms are used?

2013-07-03 Thread qwer qwer
I have used normal html forms instead of web2py forms at many places.Does this make sql injections possible? Can someone please give an example of such an injection, if possible. thanks -- --- You received this message because you are subscribed to the Google Groups "web2py-users" grou