[web2py] Re: Beginner issues

2014-09-17 Thread Pedro Henrique Correa Ferreira
Thanks, I made it work with a custom validator. Cheers. Em quinta-feira, 11 de setembro de 2014 09h22min04s UTC-3, Pedro Henrique Correa Ferreira escreveu: > > Hey, lads! > > How you're doing? > > I've got a issue with data validation. I gotta use a validator that > depends on a previous fiel

Re: [web2py] Re: Beginner issues

2014-09-15 Thread Richard Vézina
You can also, create your own custom validator... Richard On Sun, Sep 14, 2014 at 4:54 PM, Niphlod wrote: > you need an onvalidate call > http://web2py.com/books/default/chapter/29/07/forms-and-validators#onvalidation > > > On Sunday, September 14, 2014 8:02:30 PM UTC+2, Jean-Paul McCoy wrote:

[web2py] Re: Beginner issues

2014-09-14 Thread Niphlod
you need an onvalidate call http://web2py.com/books/default/chapter/29/07/forms-and-validators#onvalidation On Sunday, September 14, 2014 8:02:30 PM UTC+2, Jean-Paul McCoy wrote: > > I am not an expert but it seems that you need a two stage validation, for > which I would use AJAX form submissio

[web2py] Re: Beginner issues

2014-09-14 Thread Jean-Paul McCoy
I am not an expert but it seems that you need a two stage validation, for which I would use AJAX form submission. On Thursday, September 11, 2014 5:22:04 AM UTC-7, Pedro Henrique Correa Ferreira wrote: > > Hey, lads! > > How you're doing? > > I've got a issue with data validation. I gotta use a