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.

Reply via email to