On Tuesday, December 3, 2013 3:52:12 PM UTC-8, Ivo wrote: > > I tried the sugested methods prior to posting because I came across a post > which had that solution in it. It doesn't throw the error, but ignores it > totally. > I think the issue is because the url of the form is > App/default/product/ > And the edit function creates a url like > App/default/product/edit/(record id)?(hmac) > > I'm not quite sure how to get the diagnostic print/logs. > I'm kind of new to w2p and py in general >
I have to study the logging stuff myself, but using prints depends on whether you've got a console or not. I'm running on Rocket (the default packaging for Web2Py) from an ordinary terminal instance (hey, I'm just doing an internal tool), and a print statement in my controller function will go to the web2py console, which is the terminal instance. /dps -- 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/groups/opt_out.

