I'm attempting to create a tree structure using dtml-tree from SQL results but I'm finding the documentation exceedingly cryptic.  What I want to do is create the following structure:
 
   Client1 (tree Branch)
                     Project1                        Edit | Delete
                     Project2                        Edit | Delete
  Client2
                     Project1                        Edit | Delete
  Client3
  Client4
 
out of a database contaning the above information (ie client names, project names, and unique identifiers for each).  I have the SQL queries that will give me the appropriate information I just need how to make the dtml-tree tag work with this.  Any help whatsoever would be useful, thanks!
 
Mike
 

Reply via email to