<?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: RichFaces components client-side JavaScript API</title>
	<atom:link href="http://mkblog.exadel.com/2010/05/richfaces-components-client-sidejavascript-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://mkblog.exadel.com/2010/05/richfaces-components-client-sidejavascript-api/</link>
	<description></description>
	<lastBuildDate>Thu, 02 May 2013 15:22:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: max</title>
		<link>http://mkblog.exadel.com/2010/05/richfaces-components-client-sidejavascript-api/comment-page-1/#comment-211543</link>
		<dc:creator>max</dc:creator>
		<pubDate>Fri, 22 Feb 2013 09:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1653#comment-211543</guid>
		<description><![CDATA[Page code is in the post. Java code is in the comments (see above).]]></description>
		<content:encoded><![CDATA[<p>Page code is in the post. Java code is in the comments (see above).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Majid</title>
		<link>http://mkblog.exadel.com/2010/05/richfaces-components-client-sidejavascript-api/comment-page-1/#comment-211496</link>
		<dc:creator>Majid</dc:creator>
		<pubDate>Fri, 22 Feb 2013 04:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1653#comment-211496</guid>
		<description><![CDATA[Hi, 
Can you provide the source code of this web ap example ?
thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Can you provide the source code of this web ap example ?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://mkblog.exadel.com/2010/05/richfaces-components-client-sidejavascript-api/comment-page-1/#comment-179619</link>
		<dc:creator>max</dc:creator>
		<pubDate>Thu, 19 Jul 2012 22:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1653#comment-179619</guid>
		<description><![CDATA[Yes, check out jQuery docs: http://docs.jquery.com/Main_Page]]></description>
		<content:encoded><![CDATA[<p>Yes, check out jQuery docs: <a href="http://docs.jquery.com/Main_Page" rel="nofollow">http://docs.jquery.com/Main_Page</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernesto Hernandez</title>
		<link>http://mkblog.exadel.com/2010/05/richfaces-components-client-sidejavascript-api/comment-page-1/#comment-179618</link>
		<dc:creator>Ernesto Hernandez</dc:creator>
		<pubDate>Thu, 19 Jul 2012 22:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1653#comment-179618</guid>
		<description><![CDATA[Im new to jQuery. Now I have the text of the selected item, just text, I got it just with simple JS: event.target.textContent. That helps me but I can&#039;t figure out how to get the button in order to disable it. Is there a way to obtain the Object represented by the item that is seleceted?

Thanks for your response.]]></description>
		<content:encoded><![CDATA[<p>Im new to jQuery. Now I have the text of the selected item, just text, I got it just with simple JS: event.target.textContent. That helps me but I can&#8217;t figure out how to get the button in order to disable it. Is there a way to obtain the Object represented by the item that is seleceted?</p>
<p>Thanks for your response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://mkblog.exadel.com/2010/05/richfaces-components-client-sidejavascript-api/comment-page-1/#comment-179611</link>
		<dc:creator>max</dc:creator>
		<pubDate>Thu, 19 Jul 2012 20:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1653#comment-179611</guid>
		<description><![CDATA[You should have access to jQuery on the page. Just do a select on the target list.]]></description>
		<content:encoded><![CDATA[<p>You should have access to jQuery on the page. Just do a select on the target list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernesto Hernandez</title>
		<link>http://mkblog.exadel.com/2010/05/richfaces-components-client-sidejavascript-api/comment-page-1/#comment-179604</link>
		<dc:creator>Ernesto Hernandez</dc:creator>
		<pubDate>Thu, 19 Jul 2012 19:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1653#comment-179604</guid>
		<description><![CDATA[Hi Max!

I&#039;m wondering if you could tell me how can I iterate the target list from a rich:pickList with Javascript, in order to display the elements or items using an alert(); or at least to know which element is selected in the target list.
What I really need is to disabled the remove button when I select a certain item in the target list. It may be that I have some items that should not be removed from the target list.

I wish you can help me. I have been searching in many sites without success.
Thanks in advance!

Regards!]]></description>
		<content:encoded><![CDATA[<p>Hi Max!</p>
<p>I&#8217;m wondering if you could tell me how can I iterate the target list from a rich:pickList with Javascript, in order to display the elements or items using an alert(); or at least to know which element is selected in the target list.<br />
What I really need is to disabled the remove button when I select a certain item in the target list. It may be that I have some items that should not be removed from the target list.</p>
<p>I wish you can help me. I have been searching in many sites without success.<br />
Thanks in advance!</p>
<p>Regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://mkblog.exadel.com/2010/05/richfaces-components-client-sidejavascript-api/comment-page-1/#comment-96546</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Wed, 24 Aug 2011 06:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1653#comment-96546</guid>
		<description><![CDATA[thanks max :P

 sorry my english is bad but thanks for your passion 
gbu alot]]></description>
		<content:encoded><![CDATA[<p>thanks max <img src='http://mkblog.exadel.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p> sorry my english is bad but thanks for your passion<br />
gbu alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://mkblog.exadel.com/2010/05/richfaces-components-client-sidejavascript-api/comment-page-1/#comment-96543</link>
		<dc:creator>max</dc:creator>
		<pubDate>Wed, 24 Aug 2011 05:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1653#comment-96543</guid>
		<description><![CDATA[@leo: I don&#039;t quite understand what you are asking. If you need to update a value inside the row (record), then RichFaces supports partial table update. You need to use ajaxKeys attribute. See more in RichFaces docs.]]></description>
		<content:encoded><![CDATA[<p>@leo: I don&#8217;t quite understand what you are asking. If you need to update a value inside the row (record), then RichFaces supports partial table update. You need to use ajaxKeys attribute. See more in RichFaces docs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://mkblog.exadel.com/2010/05/richfaces-components-client-sidejavascript-api/comment-page-1/#comment-96542</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Wed, 24 Aug 2011 05:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1653#comment-96542</guid>
		<description><![CDATA[hi max i&#039;ve been doing so but in your case value in the row could not be edited the row is increase but the value on the inside we could not be edited
is there  a way to do that??]]></description>
		<content:encoded><![CDATA[<p>hi max i&#8217;ve been doing so but in your case value in the row could not be edited the row is increase but the value on the inside we could not be edited<br />
is there  a way to do that??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://mkblog.exadel.com/2010/05/richfaces-components-client-sidejavascript-api/comment-page-1/#comment-96541</link>
		<dc:creator>max</dc:creator>
		<pubDate>Wed, 24 Aug 2011 05:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1653#comment-96541</guid>
		<description><![CDATA[@leo: http://mkblog.exadel.com/2011/03/learn-how-to-adddelete-table-row-with-richfaces-in-5-minutes/]]></description>
		<content:encoded><![CDATA[<p>@leo: <a href="http://mkblog.exadel.com/2011/03/learn-how-to-adddelete-table-row-with-richfaces-in-5-minutes/" rel="nofollow">http://mkblog.exadel.com/2011/03/learn-how-to-adddelete-table-row-with-richfaces-in-5-minutes/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
