Hello.
I have a tree structure data that I want to load dynamically using <s:tree>
of struts2. It loads completely ok. the problem is it's just for displaying, I can't figure out a way to make each item a link or append a link to it or anything. So there is no way to add new node somewhere deep in tree easily. Does anyone have any idea how to append link to treenodes?
Thanks in advance.