我正在使用SDL Tridion 2011.我創建了字段類型「文本」的組件,並將已發佈的組件鏈接到其中的文本。Tridion組件鏈接未解決
之後,我已經插入組件到一個頁面,併發布(我使用鏈接解析器TBB)。當我在瀏覽器中查看該頁面,鏈接沒有出現,當我檢查代碼,按照地方鏈接被wriiten
<tridion:ComponentLink runat="server" PageURI="tcm:150-12575-64"
ComponentURI="tcm:150-12344" TemplateURI="tcm:0-0-0" AddAnchor="false"
LinkText="component" LinkAttributes=" title="Video link"
target="_blank" " TextOnFail="true"/>
模板類型爲複合模板和代碼: -
<CompoundTemplate xmlns="http://www.tridion.com/ContentManager/5.3/CompoundTemplate">
<TemplateInvocation>
<Template xlink:href="tcm:150-12576-2048" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:title="Test" />
<TemplateParameters>
<Parameters xmlns="uuid:b81e2790-ded1-4fb2-b09a-4a2975c2938e" />
</TemplateParameters>
</TemplateInvocation>
<TemplateInvocation>
<Template xlink:href="tcm:150-12176-2048" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:title="Default Finish Actions" />
<TemplateParameters>
<Parameters xmlns="uuid:a13c5753-adfc-4e93-912f-ee3d93b6a828" />
</TemplateParameters>
</TemplateInvocation>
</CompoundTemplate>
能否請你分享組件模板中的一段代碼用於顯示組件詳細信息? –
@HustonLopes:我在 – user1573378
之上包含了組件模板代碼您確定鏈接正在運行,否則在網站中的哪個位置以及使用組件的頁面(tcm:150-12344)實際上已發佈? –