开发者

Which component is used if the content slot contains multiple components

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?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜