Page include in popup: Data will not persist when popup closes, right?

and thorough,

I think you are correct.  You can verify this by opening your page include and viewing the models in the console using ‘skuid.model.map()’.  Then close the page include and view the models again using ‘skuid.model.map()’.

One other thing to be aware of is that you need to make sure that your page include’s model names do not conflict with model names from your parent page.  If the model has the same name, your page include model will overwrite your parent page model.

Thanks,

Bill