开发者

Which component is used if the content slot contains multiple components

开发者 https://www.devze.com 2022-12-07 17:35 出处:网络
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:

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

精彩评论

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