[web2py] Re: text field input control

2017-02-25 Thread Pierre
thanks for confirmation Massimo we shouldn't clean so much as is bad for the ecosystem. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received

[web2py] Re: text field input control

2017-02-24 Thread Massimo Di Pierro
not necessary with web2py forms. Escaping is taken care of automatically. Example: $ python web2py.py -S welcome In [*1*]: a = "hello" In [*2*]: print TEXTAREA(value=a) hello On Thursday, 23 February 2017 11:32:01 UTC-6, Pierre wrote: > > Hi everyone, > > is it useful to clean