<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: XMLPortletRequest &#8211; Part 1: Background</title>
	<atom:link href="http://www.subbu.org/blog/2007/01/xmlportletrequest-part-1-background/feed" rel="self" type="application/rss+xml" />
	<link>http://www.subbu.org/blog/2007/01/xmlportletrequest-part-1-background</link>
	<description>HTTP, REST and some Cycling</description>
	<lastBuildDate>Thu, 04 Mar 2010 07:35:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: subbu.org</title>
		<link>http://www.subbu.org/blog/2007/01/xmlportletrequest-part-1-background/comment-page-1#comment-145</link>
		<dc:creator>subbu.org</dc:creator>
		<pubDate>Thu, 16 Aug 2007 14:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2007/01/xmlportletrequest-part-1-background/#comment-145</guid>
		<description>&lt;strong&gt;Update on JSR-286 and Ajax&lt;/strong&gt;

Early this year I have blogged about the problems related to portlets using Ajax to update their UI from the client side, and my attempts at addressing those. See here and here. As I mentioned in those posts, I also tried to make the model a part of th...
</description>
		<content:encoded><![CDATA[<p><strong>Update on JSR-286 and Ajax</strong></p>
<p>Early this year I have blogged about the problems related to portlets using Ajax to update their UI from the client side, and my attempts at addressing those. See here and here. As I mentioned in those posts, I also tried to make the model a part of th&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohan Radhakrishnan</title>
		<link>http://www.subbu.org/blog/2007/01/xmlportletrequest-part-1-background/comment-page-1#comment-144</link>
		<dc:creator>Mohan Radhakrishnan</dc:creator>
		<pubDate>Tue, 30 Jan 2007 23:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2007/01/xmlportletrequest-part-1-background/#comment-144</guid>
		<description>Is there any way we can use this now ? I am trying to use this in the themes of my Portal but the issue seems to be the same.

The themes should not refresh but the portlet associated with the node that I click to appear. I am using code like this.

function getXMLReq( url ){
var objXMLHttp=null
if (window.XMLHttpRequest){
objXMLHttp=new XMLHttpRequest()}
else if (window.ActiveXObject){
try {
objXMLHttp = new ActiveXObject(&quot;Msxml2.XMLHTTP&quot;);
} catch (e) {
try {
objXMLHttp = new ActiveXObject(&quot;Microsoft.XMLHTTP&quot;);
} catch (e) {}
}
}
alert( &quot;Asynch Submit &quot;);
objXMLHttp.open(&quot;POST&quot;, url, false);
objXMLHttp.send();
}
</description>
		<content:encoded><![CDATA[<p>Is there any way we can use this now ? I am trying to use this in the themes of my Portal but the issue seems to be the same.</p>
<p>The themes should not refresh but the portlet associated with the node that I click to appear. I am using code like this.</p>
<p>function getXMLReq( url ){<br />
var objXMLHttp=null<br />
if (window.XMLHttpRequest){<br />
objXMLHttp=new XMLHttpRequest()}<br />
else if (window.ActiveXObject){<br />
try {<br />
objXMLHttp = new ActiveXObject(&#8221;Msxml2.XMLHTTP&#8221;);<br />
} catch (e) {<br />
try {<br />
objXMLHttp = new ActiveXObject(&#8221;Microsoft.XMLHTTP&#8221;);<br />
} catch (e) {}<br />
}<br />
}<br />
alert( &#8220;Asynch Submit &#8220;);<br />
objXMLHttp.open(&#8221;POST&#8221;, url, false);<br />
objXMLHttp.send();<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
