Hello,
I have a component that is included in SDI config with nocache.
when I authored the component on the page, it worked as expected.
but when the component is authored in template structure then it has some problems
In my component model, I have this,
@ScriptVariableprivate Page currentPage;
i...