我在WCM link
中设置了以下component
当用户点击链接时,我尝试将公共呈现参数初始化为citySelected
中存储的值可供其他组件+多个portlet使用。
[Plugin:ifNotEmpty value="[Plugin:RenderParam key='citySelected' type='public']"]
Not empty.
[/Plugin:ifNotEmpty]
<a href="[Plugin:RenderURL
pr1.mode="set"
pr1.value="citySelected"
pr1.key="citySelected"
pr1.type="public"
title="">
[AttributeResource attributeName="name" separator=","]
</a>
问题是该值未存储,但如果我切换到private
参数,则会存储该值
目前,当点击链接时,刷新portlet并尝试显示该值,但是什么都没有显示?
答案 0 :(得分:0)
在设置公共呈现参数时需要传递限定名称,例如..
[Plugin:RenderURL copyCurrentParams="true" uri="nm:oid:pageid"
pr2.key="{http://ibm.com}prp1" pr2.value="pv1"
pr2.type="public" pr2.mode="add"]