Slot A contains components C and B. Slot A is associated with the page position "topBar". The code in JSP for placing th开发者_开发问答e JSP component on the content page is given below:
<cms:pageSlot position="topBar" var="feature" element="div">
<cms:component component="${feature}"/>
</cms:pageSlot>
Which JSP component will be placed on the page if both components are visible?
精彩评论