Hi guys,
I have a page that will contain different sections, divided by panels, each panel has a page tree, referencing the content I want to display there.
I want to display each page in these panels, parent trees, like a list of related topics (page in the parent tree being the main and if expanded it will display the child).
The problem I have is that because I'm using parent tree in different panels within the same page, when I call the function "@self" for it to display the page (within a particular panel), it will call all the other pages in the main page (this is as design) and I only want to see the page for that section/panel.
Is there a way to fix/accomplish it, maybe from the code section?
Thanks in advance!
Jose