Hello,
I have an issue with the dynamic content control from the ext library. I have main layout for my website where I have defined a <xe:dynamicContent element. In this element I defined various facets containing custom controls. Switching between the controls is done using a sessionscope variable.
Now I came across the following situation. On one of the custom controls which is loaded inside the dynamic content control I have a nested control with the viewpanel on it. Whenever I click on a link a sessionscope var is set to the facetname that should be used. In the custom control containing the dynamic content I conduct the following on beforerenderresponse event:
var c = getComponent("dynacontent")
c.show(sessionScope.currentFacet)
This seemed to work until I added a pager control in the custom control of one of the facets. Whenever I click on the pager links (next, previous etc..) the view is suddenly.. gone?
Is there someone who understands the issue and could assist me with finding solution?