instead of this:
response.view = 'controller/function.html'

Why you cant do this?
response.view = URL(a = 'application', c = 'views', f = 'controller',
args = 'function.html')

Reply via email to