popup clears the list value
In the main page I have a table that has checkboxes against each row. When the user clicks on a button, the rows with the check boxes are supposed to be put
in a list of selected items. and a popup is supposed to do something with that list. But instead when the popup is clicked the list of selected items is empty.
I tried to set the contentDelivery to lazyUncached and launcherVar to source. But not sure how to fix it.