Recursion, XML, and Flash Remoting for CFTree Components (Part 2)

In the previous entry, I showed how to make an XML document with a recursive function in a CFC. In this example, I show how to use the CFTree Form element of a CFForm to present the data as a Tree.

Behind the scenes

[More]

Recursion, XML, and Flash Remoting for CFTree Components (Part 1)

In this entry, I explain how to construct a simple XML document for use with a flash CFForm Tree component. It is particularly useful where a field referrences a primary key in the same table. You may need to change it around to suit your needs.

Read on, Adventurer....

[More]