<?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: jQuery / Java / Autocomplete</title>
	<atom:link href="http://rishistar.com/zx/2010/03/jquery-java-autocomplete/feed/" rel="self" type="application/rss+xml" />
	<link>http://rishistar.com/zx/2010/03/jquery-java-autocomplete/</link>
	<description>Java/Wordpress programming tips and tricks</description>
	<lastBuildDate>Tue, 22 Feb 2011 00:19:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: rishi</title>
		<link>http://rishistar.com/zx/2010/03/jquery-java-autocomplete/comment-page-1/#comment-144</link>
		<dc:creator>rishi</dc:creator>
		<pubDate>Tue, 22 Feb 2011 00:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://rishistar.com/zx/?p=87#comment-144</guid>
		<description>The out.println is contained in a while loop that goes though a List Iterator.
while( iterator.hasNext() )
{
out.println( (String)iterator.next() ) ;
}</description>
		<content:encoded><![CDATA[<p>The out.println is contained in a while loop that goes though a List Iterator.<br />
while( iterator.hasNext() )<br />
{<br />
out.println( (String)iterator.next() ) ;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lotus</title>
		<link>http://rishistar.com/zx/2010/03/jquery-java-autocomplete/comment-page-1/#comment-124</link>
		<dc:creator>lotus</dc:creator>
		<pubDate>Tue, 11 Jan 2011 02:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://rishistar.com/zx/?p=87#comment-124</guid>
		<description>hi, i have a question so $(&quot;#mirna&quot;).autocomplete(&quot;getmirmatch.jsp&quot;) ; line the .autocomplete is calling a callback to getmirmatch.jsp? and in turn getmirmatch.jsp returns the results in a out.println? if where does it contain the whole list of results, because by printing out.println it is only print 1 result rather than returning a list or array</description>
		<content:encoded><![CDATA[<p>hi, i have a question so $(&#8220;#mirna&#8221;).autocomplete(&#8220;getmirmatch.jsp&#8221;) ; line the .autocomplete is calling a callback to getmirmatch.jsp? and in turn getmirmatch.jsp returns the results in a out.println? if where does it contain the whole list of results, because by printing out.println it is only print 1 result rather than returning a list or array</p>
]]></content:encoded>
	</item>
</channel>
</rss>

