Deleting element in custom tree where nodes are not CMSNodes?
I've built a custom section/application with my own custom tree. The nodes are not stored in the regular Umbraco node tables (for a lot of reasons). Now I need to implement a Delete option. Instead of having to make my own javascript etc. I plan on using the ActionDelete.Instance action, but that just lands me in limbo with a "object reference not set to an instance" in the "status bubble" and no way of finding the stack trace of the complete error.
Any ideas? Apart from creating my own action, javascript etc.
Deleting element in custom tree where nodes are not CMSNodes?
I've built a custom section/application with my own custom tree. The nodes are not stored in the regular Umbraco node tables (for a lot of reasons). Now I need to implement a Delete option. Instead of having to make my own javascript etc. I plan on using the ActionDelete.Instance action, but that just lands me in limbo with a "object reference not set to an instance" in the "status bubble" and no way of finding the stack trace of the complete error.
Any ideas? Apart from creating my own action, javascript etc.
Thanks,
Steen
is working on a reply...