[symfony-users] render multiple partials ajax

2010-06-03 Thread fRAnKEnSTEin
Hi, is there any way to render multiple partials with an ajax call from a controller? the problem that i am having is that i need to refresh after the ajax call, segments of html that are in differentes separated parts of the dom, so i can not create a partial with this elemets inside(because

Re: [symfony-users] render multiple partials ajax

2010-06-03 Thread Donald Tyler
I'm not completey understanding what you're trying to accomplish. When you say Ajax call from a controller, what exactly do you mean? It doesn't sound like you're talking about a typical ajax request from a browser. On Thursday, June 3, 2010, fRAnKEnSTEin shirkav...@gmail.com wrote: Hi, is