Hi,
I have a requirement where I want to open copy of current tab. My current tab has a treeGrid with some nodes selected. I want to open exact same tree with selected nodes in new tab. I can do this by passing all node id's in request url and then checking all nodes in new tab. But the issue is URL length is limited an my ids length can be in thousands as the tree is huge. What can I do for this apart from request URL? I tried by creating a singleton class and assigning ID's to it but it's also not working.
I have a requirement where I want to open copy of current tab. My current tab has a treeGrid with some nodes selected. I want to open exact same tree with selected nodes in new tab. I can do this by passing all node id's in request url and then checking all nodes in new tab. But the issue is URL length is limited an my ids length can be in thousands as the tree is huge. What can I do for this apart from request URL? I tried by creating a singleton class and assigning ID's to it but it's also not working.
Comment