Hi,
I am trying to use the tree widget component. I'm using it inside a screen which has 2 input parameters. On left I have a table record and every time I click on a record on right side the corresponding tree is loaded. Each record from the table has a Json object which I'm transforming into the tree structure. On click of a record I build the tree structure and refresh the Tree webblock
When I press expand all (a submit type action) on the tree the action, the page is reloaded and I lose in the url my screen parameters. If I use ajax submit on the expand all the tree doesn't load anymore.
Did someone had same problem with expand all link of the tree?
Thank you!