Hello,
Today I just found down that if in hst:pages I declared hst:containeritemcomponent but in the actual template I don’t include the component in the response hst:include then server still process the rendering for this component. It means doBeforeRender() invoked and related template is executed.
This is not a bug as the Hippo guys already mention it here
But for me that is not a good design because there are many situations that the developer want to control the rendering in template file for example
<c:if test=“condition”><hst:include ref=“abc”/></c:if>
What do you think brothers ?