Here's the framework code:

        status = self._traverse(status, hideerror) 
        status = self.assert_status(status, request_vars)
        if onvalidation:

._traverse is where individual field validators are run, which happens 
before onvalidation. We'll probably have to see some code to figure out 
what's going on here.

Anthony

On Thursday, July 17, 2014 7:01:34 AM UTC-4, Cliff Kachinske wrote:
>
> It appears not to. 
>
> If I put a print statement in there it never executes. If I tell it to 
> return the value and some arbitrary string it doesn't happen.
>
> On Thursday, July 17, 2014 6:56:41 AM UTC-4, Leonel Câmara wrote:
>>
>> Do you mean onvalidation? It's supposed to run your validators first.
>>
>>

-- 
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 this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to