{{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
Its very nice that you have created such a wonderful framework. Its
awesome...:)
--
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
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?
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?
--
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 :)
--
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
--
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
is it not possible?
{{if condition:}}
{{extends 'layout1.html'}}
{{else:}}
{{extends 'layout2.html'}} thanks
--
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..
--
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
11 matches
Mail list logo