Friends,
I have created a list item to be used as the primary navigation within my apex application.
When the application is run, the tree can be expanded and you can click on a leaf node and are taken to the correct page however on arrival at the new page, the tree is back at it's starting position\completely collapsed.
My question is how do I keep this tree expanded?
In case of need I am using Apex 3.2.1, the region has been created on page zero. Within the region definition, under the source heading, the value for "List Template Override" is DHTML tree.
Thanks in advance for any help you can provide.