<?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: Nested Set Trees in ColdFusion (v1.0)</title>
	<atom:link href="http://blog.stannard.net.au/2009/06/06/nested-set-trees-in-coldfusion-v10/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stannard.net.au/2009/06/06/nested-set-trees-in-coldfusion-v10/</link>
	<description></description>
	<lastBuildDate>Sun, 08 Jan 2012 15:53:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Kevan Stannard</title>
		<link>http://blog.stannard.net.au/2009/06/06/nested-set-trees-in-coldfusion-v10/comment-page-1/#comment-1435</link>
		<dc:creator>Kevan Stannard</dc:creator>
		<pubDate>Tue, 08 Feb 2011 21:21:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-1435</guid>
		<description>Hi TikiHowpu

Yes, you can have multiple trees in the one table. You just need to pass in the treeId to the NestedSetTreeTable getNestedTree() function:

dut = nstTable.getNestedSetTree(1);
eng = nstTable.getNestedSetTree(2);
ger = nstTable.getNestedSetTree(3);</description>
		<content:encoded><![CDATA[<p>Hi TikiHowpu</p>
<p>Yes, you can have multiple trees in the one table. You just need to pass in the treeId to the NestedSetTreeTable getNestedTree() function:</p>
<p>dut = nstTable.getNestedSetTree(1);<br />
eng = nstTable.getNestedSetTree(2);<br />
ger = nstTable.getNestedSetTree(3);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TikiHowpu</title>
		<link>http://blog.stannard.net.au/2009/06/06/nested-set-trees-in-coldfusion-v10/comment-page-1/#comment-1434</link>
		<dc:creator>TikiHowpu</dc:creator>
		<pubDate>Tue, 08 Feb 2011 13:43:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1434</guid>
		<description>Hi Kevan,

Thanks for sharing this. 
Is it also possible to have multiple trees within the same table? 

I would like to have something like this: &quot;Dutch&quot; (treeID:1), &quot;English&quot; (treeID:2), &quot;German&quot; (treeID:3) and each with their own nodes. It seems that only one treeID is supported ?</description>
		<content:encoded><![CDATA[<p>Hi Kevan,</p>
<p>Thanks for sharing this.<br />
Is it also possible to have multiple trees within the same table? </p>
<p>I would like to have something like this: &#8220;Dutch&#8221; (treeID:1), &#8220;English&#8221; (treeID:2), &#8220;German&#8221; (treeID:3) and each with their own nodes. It seems that only one treeID is supported ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevan Stannard</title>
		<link>http://blog.stannard.net.au/2009/06/06/nested-set-trees-in-coldfusion-v10/comment-page-1/#comment-1420</link>
		<dc:creator>Kevan Stannard</dc:creator>
		<pubDate>Sat, 05 Feb 2011 11:11:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-1420</guid>
		<description>Hi Hussein, thanks, sounds like a good idea. I am actually planning to get the code out onto github to hopefully make it a bit easier for anyone to play around with it.</description>
		<content:encoded><![CDATA[<p>Hi Hussein, thanks, sounds like a good idea. I am actually planning to get the code out onto github to hopefully make it a bit easier for anyone to play around with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hussein Grant</title>
		<link>http://blog.stannard.net.au/2009/06/06/nested-set-trees-in-coldfusion-v10/comment-page-1/#comment-1412</link>
		<dc:creator>Hussein Grant</dc:creator>
		<pubDate>Fri, 04 Feb 2011 02:45:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-1412</guid>
		<description>Hi Kevan,

I just had a thought about adding a “level“ field to the NST table, which can then be adjusted during inserts, updates and move operations instead of generating all the category levels on the fly each time you retrieve a category tree.  I was thinking this could help improve query performance when calling a large category tree. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Kevan,</p>
<p>I just had a thought about adding a “level“ field to the NST table, which can then be adjusted during inserts, updates and move operations instead of generating all the category levels on the fly each time you retrieve a category tree.  I was thinking this could help improve query performance when calling a large category tree. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Allen</title>
		<link>http://blog.stannard.net.au/2009/06/06/nested-set-trees-in-coldfusion-v10/comment-page-1/#comment-1210</link>
		<dc:creator>John Allen</dc:creator>
		<pubDate>Mon, 22 Nov 2010 21:13:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-1210</guid>
		<description>Hey Kevan,
Can I get with you via email, off this thread, to discuss Oracle Support? I have a working version for Oracle, but some tiny code changes needed to be made.

Thanks, again, enjoying the lib.</description>
		<content:encoded><![CDATA[<p>Hey Kevan,<br />
Can I get with you via email, off this thread, to discuss Oracle Support? I have a working version for Oracle, but some tiny code changes needed to be made.</p>
<p>Thanks, again, enjoying the lib.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevan Stannard</title>
		<link>http://blog.stannard.net.au/2009/06/06/nested-set-trees-in-coldfusion-v10/comment-page-1/#comment-1209</link>
		<dc:creator>Kevan Stannard</dc:creator>
		<pubDate>Thu, 18 Nov 2010 22:28:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-1209</guid>
		<description>Thanks John. I don&#039;t have an oracle db setup at the moment to test a setup script, but it would be nice to add in at some time.</description>
		<content:encoded><![CDATA[<p>Thanks John. I don&#8217;t have an oracle db setup at the moment to test a setup script, but it would be nice to add in at some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Allen</title>
		<link>http://blog.stannard.net.au/2009/06/06/nested-set-trees-in-coldfusion-v10/comment-page-1/#comment-1208</link>
		<dc:creator>John Allen</dc:creator>
		<pubDate>Thu, 18 Nov 2010 17:14:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-1208</guid>
		<description>I really enjoy using this lib. Thanks a lot.

R U planing on creating a ORACLE sql setup script?

Again, great lib.</description>
		<content:encoded><![CDATA[<p>I really enjoy using this lib. Thanks a lot.</p>
<p>R U planing on creating a ORACLE sql setup script?</p>
<p>Again, great lib.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevan Stannard</title>
		<link>http://blog.stannard.net.au/2009/06/06/nested-set-trees-in-coldfusion-v10/comment-page-1/#comment-57</link>
		<dc:creator>Kevan Stannard</dc:creator>
		<pubDate>Wed, 24 Mar 2010 15:18:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-57</guid>
		<description>I spoke with Will and Adam offline on this.

There seems to be a compatibility issue with Railo that is causing this problem. The workaround for now is to do a global search and replace:

Replace returntype=&quot;Node&quot; with returntype=&quot;any&quot;
Replace type=&quot;Node&quot; with type=&quot;any&quot;

I am investigating and will post an upate when I have more details.</description>
		<content:encoded><![CDATA[<p>I spoke with Will and Adam offline on this.</p>
<p>There seems to be a compatibility issue with Railo that is causing this problem. The workaround for now is to do a global search and replace:</p>
<p>Replace returntype=&quot;Node&quot; with returntype=&quot;any&quot;<br />
Replace type=&quot;Node&quot; with type=&quot;any&quot;</p>
<p>I am investigating and will post an upate when I have more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Rifat</title>
		<link>http://blog.stannard.net.au/2009/06/06/nested-set-trees-in-coldfusion-v10/comment-page-1/#comment-56</link>
		<dc:creator>Adam Rifat</dc:creator>
		<pubDate>Wed, 24 Mar 2010 04:54:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-56</guid>
		<description>Hi Kevan, 

Another issue which I&#039;m not sure if you can shed any light on. I&#039;m trying to set up a server running railo with F/W1 and your nested set tree component. However, I&#039;m getting the following error message:

the function init has a invalid return value , can&#039;t cast Object type [Component admin.com.nstree.Node] to a value of type [xml]

which seems to be related to the nst component. I will also post on the Railo mailing list but is there anything obvious that I&#039;m missing. This works on CF8 of course so I assume it is Railo related....

Thanks in advance,

Adam</description>
		<content:encoded><![CDATA[<p>Hi Kevan, </p>
<p>Another issue which I&#8217;m not sure if you can shed any light on. I&#8217;m trying to set up a server running railo with F/W1 and your nested set tree component. However, I&#8217;m getting the following error message:</p>
<p>the function init has a invalid return value , can&#8217;t cast Object type [Component admin.com.nstree.Node] to a value of type [xml]</p>
<p>which seems to be related to the nst component. I will also post on the Railo mailing list but is there anything obvious that I&#8217;m missing. This works on CF8 of course so I assume it is Railo related&#8230;.</p>
<p>Thanks in advance,</p>
<p>Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Tomlinson</title>
		<link>http://blog.stannard.net.au/2009/06/06/nested-set-trees-in-coldfusion-v10/comment-page-1/#comment-55</link>
		<dc:creator>Will Tomlinson</dc:creator>
		<pubDate>Tue, 23 Mar 2010 04:51:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-55</guid>
		<description>Hey Kevin, been a long time since we talked.  I have a question. I&#039;m trying to get the nested set tree system working on Railo, but encountering a few issues. 

If you have a spare moment, could you shoot me an email so I can show you what it&#039;s doing. 

Thanks,
Will</description>
		<content:encoded><![CDATA[<p>Hey Kevin, been a long time since we talked.  I have a question. I&#8217;m trying to get the nested set tree system working on Railo, but encountering a few issues. </p>
<p>If you have a spare moment, could you shoot me an email so I can show you what it&#8217;s doing. </p>
<p>Thanks,<br />
Will</p>
]]></content:encoded>
	</item>
</channel>
</rss>

