Questions tagged [tridion2009]

This is for SDL Tridion 2009 related queries.

SDL Tridion is a Web Content Management software platform that supports both Java and .NET architecture by offering multiple public application programming interfaces (APIs) for both J2EE and the .NET Framework.

This is for SDL Tridion 2009 related queries.

73 questions
21
votes
4 answers

Tridion Component Link not resolving in Dynamic Component Presentation

I'm currently implementing functionality in Tridion 2009 SP1 where the user is able to utilise a filter which in turn queries the broker for matching criteria and then returns the Component Presentations to the page. Each item returned contains a…
Mike Percival
  • 595
  • 3
  • 12
13
votes
1 answer

Any good sources for Tridion Taxonomy query examples

I have a scenario where I have several thousand Component Presentations published that are classified with a specific category/keyword, but the components also have Custom Metadata fields pertaining to define the top n. that will be displayed. …
12
votes
4 answers

Quickest way to comma separate a Tridion multivalue field

What would be the quickest way to have a multivalue Tridion text field split into a comma separated string? In my case I am using C#, but I guess any other examples are welcome as well. This is the ugly and long way it seems: var multiTextField =…
Hendrik Beenker
  • 1,120
  • 5
  • 17
11
votes
3 answers

XSLT in component gets (un)encoded

Really simple question, but I can't seem to get it working right. I have a component in which there is some XSLT (for navigation). It gets published using the XSLT Mediator via an XSLT TBB. Upon publishing the < gets changed into <, and breaks…
Hendrik Beenker
  • 1,120
  • 5
  • 17
11
votes
1 answer

Issue during rendering using C# in Compound Templating

A sudden issue appeared on one of the environments when publishing/rendering a certain piece of code in Compound Templating. It is an DTAP environment, and the issue is only happening on the Production environment (as always ;-), where there are two…
Hendrik Beenker
  • 1,120
  • 5
  • 17
11
votes
1 answer

Is there a way to pass a variable through when calling RenderComponentPresentation?

Possible Duplicate: Variable setting in Dreamweaver template in SDL Tridion We use RenderComponentPresentation (on Tridion 2009) to render internal and external links so that the code base is in only one Dreamweaver template. It would be helpful…
frontendzzzguy
  • 3,242
  • 21
  • 31
10
votes
2 answers

Confirming Taxonomy Caching is enabled with SDL Tridion 2009 Content Delivery

Does anyone have any recommendation on a simple but effective method of confirming that Taxonomy Caching is functional. I'm working on a system where the cd_broker_config (Tridion 2009) had the taxonomy caching commented out. We've now uncommented…
10
votes
3 answers

TDSE.GetObject doesn't resolve a WebDAV URL with dots in it

Anyone experienced exception using below function? tdse.GetObject(tmpFolderWebDavURL, EnumOpenMode.OpenModeView, null, XMLReadFilter.XMLReadAll) as Folder; Seems if the last segment of webdav contains a dot…
Chris Morgan
  • 700
  • 6
  • 19
9
votes
3 answers

Tridion: Unable to load .Net dll while publishing

I am using a .Net dll Newtonsoft.Json in my C# TBB to process components and generate Json data. I have already added this dll in GAC[Global Assembly Cache], and it works as well. But sometimes it doesn't work and I get the following error while…
Sunil Nadar
  • 517
  • 1
  • 5
  • 15
9
votes
2 answers

Executing an item in the package as a Dreamweaver Template

Does anybody know if it is possible in a compound template to use a string item in the package and execute it as if were a dreamweaver template? And whether you apply the same method to other mediators (like razor)? Thanks Mark
Mark Cooper
  • 481
  • 2
  • 6
9
votes
2 answers

Tridion 2009 embedded metadata storage format in the broker

I'm fairly new to Tridion and I have to implement functionality that will allow a content editor to create a component and assign multiple date ranges (available dates) to it. These will need to be queried from the broker to provide a search…
Mike Percival
  • 595
  • 3
  • 12
8
votes
1 answer

Issue in Dynamic Menus in Tridion 2011

We have an application which has menus generated dynamically through the publishing of a dynamic component presentation.A menu.xml is written out by a component template based on the Structure groups and this component template is triggered through…
8
votes
4 answers

What is workflow on SDL Tridion Component and Page Templates used for?

I have noticed in both SDL Tridion 2009 and 2011 that on the workflow tab of the Publication Dialog there is a field for Associated Page Template Process and Associated Component Template Process. Does this imply that template/code changes can be…
GourmetCMS
  • 564
  • 3
  • 11
7
votes
2 answers

Change Document Type in Rich Text Schema Field Tridion 2009

I am a front end developer who uses Tridion from time to time (on a not very technical level) . I am looking for a way to change the document type in the Tridion 2009 rich text schema field to allow me use data-attributes (for a tooltip popover). At…
frontendzzzguy
  • 3,242
  • 21
  • 31
7
votes
5 answers

Tridion 2009 SP1 Broker not returning results

I am having trouble loading a Dynamic Component Presentation from the Broker based on a fairly simple query like the below, where I am trying to load the Component based on being tagged with a specific Keyword: private string…
Rob Stevenson-Leggett
  • 35,279
  • 21
  • 87
  • 141
1
2 3 4 5