I need help with the following. I have class that sits as a template for a connector.
A template can have a parent and a list of childs. This builds some sort of a tree. Now I have a class that extends the Template to add support for
users etc. How can I get a root template and make it a superclass? I can't get this to work.
Can you be more descriptive of what you want? I don't quite understand the problem you are having. Perhaps if you show the code that you would like to run but doesn't work we can show how to make it work.