Is it possible to identify that a particular page is rendering via a “portlet include” control ? Or Is it possible to set a flag value when a portlet is rendering inside a “portlet include” control and can clear the same when we render the original portlet as it is not in “portlet include”?
Can we achieve this without getting the current url?
#1 Is it possible to include a whole page in the PortletInclude Control?
[mark] No, that isn’t supported
#2 Is it possible to ‘signal’ the portlet that it is currently being “included”?
[mark] Yes, i would pass that as a parameter in the PortletInclude Control and expose a preference on the Included Portlet. That way, the included portlet can understand whether or not it is currently being included.