[web2py:15539] Re-use HTML form / web2py form validation

2009-01-27 Thread mige harimurti
Hi all, I'm newbie in web2py. I have several HTML pages, some with multiple form inside one page. But the basic design are : 1. There is no server side HTML generated. On client side, only HTML + JS/AJAX . 2. Client only passing GET/POST via form-submit or AJAX or URL to server 3. Server only pa

[web2py:15547] Re: Re-use HTML form / web2py form validation

2009-01-27 Thread mige harimurti
eturn response.json(r) > > In order to tell you how to propery use validators depends on how you > want the action retrun error messages. > > Massimo > > On Jan 27, 9:41 pm, mige harimurti wrote: > >> Hi all, >> >> I'm newbie in web2py. >> I