Re: Complex Querys And Results Response Processing/Formatting

2015-03-03 Thread Henry Versemann
James, First thanks for responding. This formatting is really slowing me down. In answer to your first question, yes the data I'm getting returned is being added successfully to my list in my server -side code (django view). However I don't think I'm formatting stuff correctly because some extra

Re: Complex Querys And Results Response Processing/Formatting

2015-03-02 Thread James Schneider
So, do objects ever get successfully added to the list? I had a bit of trouble following your workflow and figuring out where your issue actually lives. When you say 'send the final list back to an HTML page' do you mean the Django process is generating the HTML and sending it back as a response t

Complex Querys And Results Response Processing/Formatting

2015-03-02 Thread Henry Versemann
I'm trying to submit a series of ajax requests from some server code. When I get a response back from each request I'm trying to add that response to a list. Once all of the requests have been sent and all of their responses received and added to the list, then I want to send the final list back