<?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: Implementing dependent select boxes in JSF</title>
	<atom:link href="http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/</link>
	<description>Where Business meets IT</description>
	<lastBuildDate>Wed, 10 Mar 2010 11:20:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zhou</title>
		<link>http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/comment-page-1/#comment-330016</link>
		<dc:creator>zhou</dc:creator>
		<pubDate>Mon, 30 Nov 2009 15:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/#comment-330016</guid>
		<description>The backing bean should NOT be set as session scope. Set as request scope. You can bind the value of the selectOneChoice (country &amp; city) to  session variables instead of the local variable in the backing bean. The items in the combo box of the city are defined in the backing bean, but the content is depending on the current value of country selection in the session. I writed dependency components all the time for 2.5 years. It works and I use JDeveloper 10.1.3.0</description>
		<content:encoded><![CDATA[<p>The backing bean should NOT be set as session scope. Set as request scope. You can bind the value of the selectOneChoice (country &amp; city) to  session variables instead of the local variable in the backing bean. The items in the combo box of the city are defined in the backing bean, but the content is depending on the current value of country selection in the session. I writed dependency components all the time for 2.5 years. It works and I use JDeveloper 10.1.3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vin</title>
		<link>http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/comment-page-1/#comment-329843</link>
		<dc:creator>Vin</dc:creator>
		<pubDate>Thu, 04 Jun 2009 05:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/#comment-329843</guid>
		<description>Hi All,
I&#039;m developing an application that needed dependent select boxes like this.  I&#039;m using NetBeans 6.5 + JSF 1.2.  My question is how to include ADF lib and use it in NB.  Is there a better way do implement dependent Select boxes in the NB?   Thank you.</description>
		<content:encoded><![CDATA[<p>Hi All,<br />
I&#8217;m developing an application that needed dependent select boxes like this.  I&#8217;m using NetBeans 6.5 + JSF 1.2.  My question is how to include ADF lib and use it in NB.  Is there a better way do implement dependent Select boxes in the NB?   Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashu</title>
		<link>http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/comment-page-1/#comment-328926</link>
		<dc:creator>Ashu</dc:creator>
		<pubDate>Fri, 27 Feb 2009 12:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/#comment-328926</guid>
		<description>The code provided in this site is useful. It can be understand eaisly. It works fine.

Regrads
Aswini</description>
		<content:encoded><![CDATA[<p>The code provided in this site is useful. It can be understand eaisly. It works fine.</p>
<p>Regrads<br />
Aswini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bharath</title>
		<link>http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/comment-page-1/#comment-191946</link>
		<dc:creator>bharath</dc:creator>
		<pubDate>Sat, 23 Feb 2008 06:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/#comment-191946</guid>
		<description>hai,
    no items is displayed in city select drop down list box when i choose country in the country drop down list box.
 can  u help me

 iam using netbeans6.0</description>
		<content:encoded><![CDATA[<p>hai,<br />
    no items is displayed in city select drop down list box when i choose country in the country drop down list box.<br />
 can  u help me</p>
<p> iam using netbeans6.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minal</title>
		<link>http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/comment-page-1/#comment-170277</link>
		<dc:creator>Minal</dc:creator>
		<pubDate>Thu, 17 Jan 2008 04:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/#comment-170277</guid>
		<description>Hi, I tried the above ex.. but my countryBinding.getValue() is coming null in ublic SelectItem[] getCitySelectItems(). What can be the reason for it.

Please reply me soon on my mail Id,....
minalk@acrotechnologies.com
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi, I tried the above ex.. but my countryBinding.getValue() is coming null in ublic SelectItem[] getCitySelectItems(). What can be the reason for it.</p>
<p>Please reply me soon on my mail Id,&#8230;.<br />
<a href="mailto:minalk@acrotechnologies.com">minalk@acrotechnologies.com</a><br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eder</title>
		<link>http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/comment-page-1/#comment-72352</link>
		<dc:creator>Eder</dc:creator>
		<pubDate>Sat, 02 Jun 2007 18:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/#comment-72352</guid>
		<description>hi
as I can insert the values of the selectOneChoice in the database</description>
		<content:encoded><![CDATA[<p>hi<br />
as I can insert the values of the selectOneChoice in the database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pritesh</title>
		<link>http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/comment-page-1/#comment-9002</link>
		<dc:creator>Pritesh</dc:creator>
		<pubDate>Tue, 12 Sep 2006 06:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/#comment-9002</guid>
		<description>Hello Sir,
     Thanks a lot for such a code. It was useful.</description>
		<content:encoded><![CDATA[<p>Hello Sir,<br />
     Thanks a lot for such a code. It was useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kolley</title>
		<link>http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/comment-page-1/#comment-8337</link>
		<dc:creator>Kolley</dc:creator>
		<pubDate>Wed, 30 Aug 2006 17:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/#comment-8337</guid>
		<description>Hi, great stuff, I was wondering how you would do this if the drop downs were in a table. How would you set the partialTriggers when the Id would change?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, great stuff, I was wondering how you would do this if the drop downs were in a table. How would you set the partialTriggers when the Id would change?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Przemek</title>
		<link>http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/comment-page-1/#comment-8180</link>
		<dc:creator>Przemek</dc:creator>
		<pubDate>Sun, 27 Aug 2006 10:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/#comment-8180</guid>
		<description>It works only if size of city list is always the same. What in other case???</description>
		<content:encoded><![CDATA[<p>It works only if size of city list is always the same. What in other case???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shrgh</title>
		<link>http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/comment-page-1/#comment-1112</link>
		<dc:creator>shrgh</dc:creator>
		<pubDate>Sat, 08 Apr 2006 09:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/04/04/implementing-dependent-select-boxes-in-jsf/#comment-1112</guid>
		<description>is there any way to access the request from the constructor of the backing bean?</description>
		<content:encoded><![CDATA[<p>is there any way to access the request from the constructor of the backing bean?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
