Yes, looks like a bug here: https://github.com/web2py/web2py/blob/master/applications/welcome/static/js/web2py-bootstrap3.js#L14. Should be:
$.web2py.validate_entropy($(this)); See if that change works, and please file a Github issue. Thanks. Anthony On Tuesday, June 14, 2016 at 5:55:59 AM UTC-4, Manuele wrote: > > Hi! > > I found some client side trouble using the validator IS_STRONG. > > Using this validator for such a field of a table and then visiting the > admin and trying to add a new record the debugger console shows thi error: > > ReferenceError: web2py is not defined1 web2py-bootstrap3.js:14:6 > > At this link you can find the page source I got: > http://paste.debian.net/739046/ > > Maybe it's a bug? > > Thanks a lot > Cheers > > Manuele > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

