Please reply to the mailing list and not me directly. :-) Anyway I look forward to a test case as I'm now low on ideas.
On Tue, Mar 26, 2013 at 3:58 PM, Jason <[email protected]> wrote: > > > On Tuesday, March 26, 2013 4:49:29 PM UTC-4, Michael Merickel wrote: >> >> My guess right now is that your browser is caching the response from the >> XHR request and using it as the response for a non-XHR request. It's not >> uncommon that this initially attractive idea of merging different content >> types into the same URL causes issues. >> >> >> >> > That was my initial thought too. So I added a query parameter to the XHR > requests called "partial" and changed request.is_xhr to > request.params.get('partial'). After making one request with the partial > parameter, the next request without it still gets only the content from the > mako def. > > -- > Jason > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
