response.file is what you are looking for, not request. And response.files is simply a list, and append just appends another item to the list. The web2py_ajax.html view is what loops through the list and writes the <link> and <script> tags. You might want to just go into your layout.html file and write this element yourself in HTML.
- [web2py] request.files.append syntax Andrew Thompson
- [web2py] Re: request.files.append syntax Ross Peoples
- Re: [web2py] Re: request.files.append syntax Andrew Thompson

