Re: running template filters after the page has loaded.

2008-12-08 Thread R. Gorman
You're likely going to need to need to run to urlencode function within the view that processes your ajax request. Should be able to import using 'from urllib import urlencode' and then 'urlencode(*your string variable*)'. R. --~--~-~--~~~---~--~~ You received thi

running template filters after the page has loaded.

2008-12-08 Thread tod
I have an ajax-style update to a page that inserts html into the page after it has already loaded (and run template filters, etc). Is there a way to have the template filters run on the inserted html. Here are the specifics: A list of folders is displayed upon the initial load of the page. Each