我按照SmartTarget Live Content中的说明在Tridion2011环境(.NET)上安装了SDL2011 SP1。
问题是,当我发布一个页面时,我所有的
<tcdl:xxxx>标签被转换为
<smarttarget:xxx>不好的是
<tcdl:ComponentPresentation>也被转换为
<smarttarget:ComponentPresentation>而不是
<tridion:ComponentPresentation>我遗漏了什么?谢谢!
编辑以添加cd_deployer_conf.xml的TCDLEngine部分(我删除了注释行):
<TCDLEngine>
<Properties>
<Property Name="tcdl.dotnet.style" Value="controls"/>
<Property Name="tcdl.jsp.style" Value="tags"/>
<Property Name="aspnet.tagprefix" Value="tridion" />
<Property Name="aspnet.tagprefix" Value="smarttarget" />
</Properties>
<TagBundle Resource="com/tridion/smarttarget/tcdl/tagbundle.xml"/>
</TCDLEngine> 发布于 2012-10-18 21:20:22
删除Deployer配置的以下元素:
<Property Name="aspnet.tagprefix" Value="tridion" />
<Property Name="aspnet.tagprefix" Value="smarttarget" />https://stackoverflow.com/questions/12954202
复制相似问题