<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: AJAX with multiple content updates</title>
	<link>http://www.symfonylab.com/ajax-with-multiple-content-updates/</link>
	<description>Everything you wanted to know about Symfony framework but did not know who to ask!</description>
	<pubDate>Fri, 08 Aug 2008 20:41:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Pablo</title>
		<link>http://www.symfonylab.com/ajax-with-multiple-content-updates/#comment-160</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Mon, 10 Dec 2007 03:37:45 +0000</pubDate>
		<guid>http://www.symfonylab.com/ajax-with-multiple-content-updates/#comment-160</guid>
		<description>Hey, nice article.
I'm trying to use it but I can't get it to work. It seems like the element.update don't work... they are not executed.
I noticed you didn't explicitly allow script execution when calling with the form to remote, with 'script' =&#62; true, and although I did, it just doesn't seem to execute. My "main" template includes prototype though. Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hey, nice article.<br />
I&#8217;m trying to use it but I can&#8217;t get it to work. It seems like the element.update don&#8217;t work&#8230; they are not executed.<br />
I noticed you didn&#8217;t explicitly allow script execution when calling with the form to remote, with &#8217;script&#8217; =&gt; true, and although I did, it just doesn&#8217;t seem to execute. My &#8220;main&#8221; template includes prototype though. Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.symfonylab.com/ajax-with-multiple-content-updates/#comment-43</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 23 Oct 2007 07:31:47 +0000</pubDate>
		<guid>http://www.symfonylab.com/ajax-with-multiple-content-updates/#comment-43</guid>
		<description>Yes, you are right about using of sfTaconite. I've seen that plugin and liked it. But 2 things: 

1. when I've been looking for multiple content solution stuff there was not available this plugin 

2. I dont really like to use 2 javascript frameworks without really big reason for it. And I still prefer to use prototype because of it built in Symfony. 

Actually, I think it's also important dicussion which javascript framework to use. I'm going to raise it here and see what other developer says.</description>
		<content:encoded><![CDATA[<p>Yes, you are right about using of sfTaconite. I&#8217;ve seen that plugin and liked it. But 2 things: </p>
<p>1. when I&#8217;ve been looking for multiple content solution stuff there was not available this plugin </p>
<p>2. I dont really like to use 2 javascript frameworks without really big reason for it. And I still prefer to use prototype because of it built in Symfony. </p>
<p>Actually, I think it&#8217;s also important dicussion which javascript framework to use. I&#8217;m going to raise it here and see what other developer says.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jackovson</title>
		<link>http://www.symfonylab.com/ajax-with-multiple-content-updates/#comment-42</link>
		<dc:creator>Jackovson</dc:creator>
		<pubDate>Tue, 23 Oct 2007 07:25:21 +0000</pubDate>
		<guid>http://www.symfonylab.com/ajax-with-multiple-content-updates/#comment-42</guid>
		<description>Hi,

Why dont using jQuery plugin Taconite and the Symfony dedicated plugin ? :p

http://trac.symfony-project.com/wiki/sfTaconitePlugin

You send an XML response that indicates many changes, updates, ...

I think its a better way :)

Bye</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Why dont using jQuery plugin Taconite and the Symfony dedicated plugin ? :p</p>
<p><a href="http://trac.symfony-project.com/wiki/sfTaconitePlugin" rel="nofollow">http://trac.symfony-project.com/wiki/sfTaconitePlugin</a></p>
<p>You send an XML response that indicates many changes, updates, &#8230;</p>
<p>I think its a better way <img src='http://www.symfonylab.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narkov</title>
		<link>http://www.symfonylab.com/ajax-with-multiple-content-updates/#comment-41</link>
		<dc:creator>narkov</dc:creator>
		<pubDate>Sun, 14 Oct 2007 12:07:06 +0000</pubDate>
		<guid>http://www.symfonylab.com/ajax-with-multiple-content-updates/#comment-41</guid>
		<description>Well, I would say that the way described here should fit your needs. You have to use Element.update for your sidebar block and just print out there menu. Of course, this can be quite complicated because of you may need to print out quite big piece of code. Another possible solution is using of new plugin I saw on symfony site which allows to return JSON response which can update multiple page areas. It looks more general approach so I think in your case it can be more usefull. Frankly, I never replace login form with menu, I prefer to not use AJAX for such stuff.
I hope my answer helped a bit, let me know if you'll need anything else. Thanks</description>
		<content:encoded><![CDATA[<p>Well, I would say that the way described here should fit your needs. You have to use Element.update for your sidebar block and just print out there menu. Of course, this can be quite complicated because of you may need to print out quite big piece of code. Another possible solution is using of new plugin I saw on symfony site which allows to return JSON response which can update multiple page areas. It looks more general approach so I think in your case it can be more usefull. Frankly, I never replace login form with menu, I prefer to not use AJAX for such stuff.<br />
I hope my answer helped a bit, let me know if you&#8217;ll need anything else. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebDeveloper</title>
		<link>http://www.symfonylab.com/ajax-with-multiple-content-updates/#comment-40</link>
		<dc:creator>WebDeveloper</dc:creator>
		<pubDate>Sun, 14 Oct 2007 07:42:05 +0000</pubDate>
		<guid>http://www.symfonylab.com/ajax-with-multiple-content-updates/#comment-40</guid>
		<description>Hi :) I'am begginer in symfony and I don't know how solve my problem (very simmilar to yours).
I have remote login form - on the sidebar [you know, something as described in askeet tutorial]. If user put correcrt data  is updated. But how update sidebar, I need change login form to menu. How to make it in right way? Could you help me?

P.S.Sorry for my English</description>
		<content:encoded><![CDATA[<p>Hi <img src='http://www.symfonylab.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I&#8217;am begginer in symfony and I don&#8217;t know how solve my problem (very simmilar to yours).<br />
I have remote login form - on the sidebar [you know, something as described in askeet tutorial]. If user put correcrt data  is updated. But how update sidebar, I need change login form to menu. How to make it in right way? Could you help me?</p>
<p>P.S.Sorry for my English</p>
]]></content:encoded>
	</item>
</channel>
</rss>
