<?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: Dependent Multilevel Selectlists</title>
	<atom:link href="http://blog.jeffdouglas.com/2008/11/25/dependent-multilevel-selectlists/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffdouglas.com/2008/11/25/dependent-multilevel-selectlists/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dependent-multilevel-selectlists</link>
	<description>Get your head out of your #@! and into the clouds!</description>
	<lastBuildDate>Wed, 08 Feb 2012 07:57:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Nandini</title>
		<link>http://blog.jeffdouglas.com/2008/11/25/dependent-multilevel-selectlists/comment-page-1/#comment-4291</link>
		<dc:creator>Nandini</dc:creator>
		<pubDate>Tue, 12 Jul 2011 12:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://jeffdonthemic.wordpress.com/?p=253#comment-4291</guid>
		<description>Hi, the apex:selectList on any page has a problem with IE7 it is not allowing us to hover over the options on after the first option on the drop down. the list disappears. 

Can some one please help me resolve this issue.</description>
		<content:encoded><![CDATA[<p>Hi, the apex:selectList on any page has a problem with IE7 it is not allowing us to hover over the options on after the first option on the drop down. the list disappears. </p>
<p>Can some one please help me resolve this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar Pakkuru</title>
		<link>http://blog.jeffdouglas.com/2008/11/25/dependent-multilevel-selectlists/comment-page-1/#comment-3190</link>
		<dc:creator>Sridhar Pakkuru</dc:creator>
		<pubDate>Tue, 12 Apr 2011 16:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://jeffdonthemic.wordpress.com/?p=253#comment-3190</guid>
		<description>Hi Jeff, 

This example was a good start for me for one of my requirements where i would be populating the same for Products and its related Custom Object called List_Tuc__c.

I am having a roadblock where i want the same functionality to be rendered using a Datatable tag and give users a choice to enter multiple rows.

ProductGroup    Product Name     List_Tuc name
Add Row

I tried wrapper classes, but to no luck. what are your thoughts on this?

Thanks,
Sridhar</description>
		<content:encoded><![CDATA[<p>Hi Jeff, </p>
<p>This example was a good start for me for one of my requirements where i would be populating the same for Products and its related Custom Object called List_Tuc__c.</p>
<p>I am having a roadblock where i want the same functionality to be rendered using a Datatable tag and give users a choice to enter multiple rows.</p>
<p>ProductGroup    Product Name     List_Tuc name<br />
Add Row</p>
<p>I tried wrapper classes, but to no luck. what are your thoughts on this?</p>
<p>Thanks,<br />
Sridhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2008/11/25/dependent-multilevel-selectlists/comment-page-1/#comment-2548</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Tue, 01 Feb 2011 11:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://jeffdonthemic.wordpress.com/?p=253#comment-2548</guid>
		<description>Do you have any validation rules that are firing? You might want to look at using the ActionRegion component.</description>
		<content:encoded><![CDATA[<p>Do you have any validation rules that are firing? You might want to look at using the ActionRegion component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megha Karolia</title>
		<link>http://blog.jeffdouglas.com/2008/11/25/dependent-multilevel-selectlists/comment-page-1/#comment-2545</link>
		<dc:creator>Megha Karolia</dc:creator>
		<pubDate>Mon, 31 Jan 2011 18:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://jeffdonthemic.wordpress.com/?p=253#comment-2545</guid>
		<description>Hi Jeff,

I am using a datatable and each row prints 3 dropdowns. 
Second dropdown populates based on what is selected in first. Third populates based on the selection made in second.
First row works fine. Second gives me &quot;Validation Error: Value is not valid&quot; once I select from the second dropdown.

Any help will be appreciated.

Thanks,
Megha

Megha</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>I am using a datatable and each row prints 3 dropdowns.<br />
Second dropdown populates based on what is selected in first. Third populates based on the selection made in second.<br />
First row works fine. Second gives me &#8220;Validation Error: Value is not valid&#8221; once I select from the second dropdown.</p>
<p>Any help will be appreciated.</p>
<p>Thanks,<br />
Megha</p>
<p>Megha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel Chinchilla</title>
		<link>http://blog.jeffdouglas.com/2008/11/25/dependent-multilevel-selectlists/comment-page-1/#comment-72</link>
		<dc:creator>Miguel Chinchilla</dc:creator>
		<pubDate>Tue, 15 Dec 2009 15:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://jeffdonthemic.wordpress.com/?p=253#comment-72</guid>
		<description>Hello friends, I&#039;m new in developing visulaforce pages in and I need your help. I need to do so from your example. At the time of saving the information, which saves me is the id &quot;cc.Zona_Log__c&quot; and not the value. What I need is the second value &quot;cc.Name&quot; of SelectOption (cc.Zona_Log__c, cc.Name). How do I do? Thank you very much.</description>
		<content:encoded><![CDATA[<p>Hello friends, I&#8217;m new in developing visulaforce pages in and I need your help. I need to do so from your example. At the time of saving the information, which saves me is the id &#8220;cc.Zona_Log__c&#8221; and not the value. What I need is the second value &#8220;cc.Name&#8221; of SelectOption (cc.Zona_Log__c, cc.Name). How do I do? Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukul</title>
		<link>http://blog.jeffdouglas.com/2008/11/25/dependent-multilevel-selectlists/comment-page-1/#comment-71</link>
		<dc:creator>Mukul</dc:creator>
		<pubDate>Wed, 19 Aug 2009 16:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://jeffdonthemic.wordpress.com/?p=253#comment-71</guid>
		<description>THanks for the Reply, jeff. I was able to fix it. The form had some mandatory fields and it was not able to execute the code because some fields were required. I took care of that and it worked! :-)</description>
		<content:encoded><![CDATA[<p>THanks for the Reply, jeff. I was able to fix it. The form had some mandatory fields and it was not able to execute the code because some fields were required. I took care of that and it worked! <img src='http://blog.jeffdouglas.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffdonthemic</title>
		<link>http://blog.jeffdouglas.com/2008/11/25/dependent-multilevel-selectlists/comment-page-1/#comment-70</link>
		<dc:creator>jeffdonthemic</dc:creator>
		<pubDate>Wed, 19 Aug 2009 09:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://jeffdonthemic.wordpress.com/?p=253#comment-70</guid>
		<description>If you can send me or post your code I would be glad to take a look at it.</description>
		<content:encoded><![CDATA[<p>If you can send me or post your code I would be glad to take a look at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukul</title>
		<link>http://blog.jeffdouglas.com/2008/11/25/dependent-multilevel-selectlists/comment-page-1/#comment-69</link>
		<dc:creator>Mukul</dc:creator>
		<pubDate>Tue, 18 Aug 2009 18:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://jeffdonthemic.wordpress.com/?p=253#comment-69</guid>
		<description>Hi there!

I am trying to do a very similar thing in Apex. It seems like i am unable to do it.

It doesnt call my Level2Items function.

Any help is much appreciated!</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>I am trying to do a very similar thing in Apex. It seems like i am unable to do it.</p>
<p>It doesnt call my Level2Items function.</p>
<p>Any help is much appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

