My scenario is the following.
I have in one portlet that contains in the left side a tree and in the right side a content area, for this content area I have 3 views, but only one it’s shown to the user. I import the views using the import view control
Currently I’m using the param Visible to show/hide the views, so one is Visible = true and the others 2 are with the Visible = false
This is not the best approach since all the views are rendered but it does not work.
If I set the render param in my import view the view is still rendered
If I set the render param of the form in the view the view is still rendered
Is this a CAF problem?
If I want to render only one view at the time which is then the best approach?
Thanks in Advance