On 5/25/2011 1:41 PM, Ross Peoples wrote:
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.
Whoops! Should have copy/pasted... thought I did... Oh well...

Looks like request.files is simpler than I'd hoped, doesn't seem to support any more options.

I was trying to avoid hard coding directories into my layout.

--
Andrew Thompson
http://aktzero.com/

Reply via email to