I think you should be able to specify that in routes.py, as explained here: http://web2py.com/book/default/chapter/04#Routes-on-Error
On Thursday, April 21, 2011 5:44:26 AM UTC-4, selecta wrote: > I found that in rewrite.py > def _params_default(app=None): > there is > p.error_message_ticket = ... > > Is there a way to customise/overwrite this error messag in my > application? > or do i have to edit rewrite.py to customize it

