Questions tagged [dd4t]
DD4T (short for Dynamic Delivery 4 Tridion) is a light-weight framework which links SDL Tridion to your MVC web application architecture. It is available both for Java (Spring MVC 3) and .NET (ASP.Net MVC 3 or 4).
414 questions
2
votes
1
answer
49
views
How to render the content of a component which is under component collection of component collection
How to render the data in my maincontainer.cshtml for the third level "Component" at the bottom mentioned from the below model and schema desing?
component = Model.Items.Where(c => c....
1
vote
1
answer
80
views
Tridion9.5 retrieved page content null
In our current Tridion 9.5 setup, we're using DD4T to retrieve pages. There are occasions when, on the server, we get in a state where the content returned is NULL. Even if that same URL was requested ...
0
votes
0
answers
64
views
Fetch component details from Tridion using dd4t api failed and throwing Exception " <Content xmlns=''> was not expected. " in C#
We are Using DD4T.ContentModel for Retrieving Component info and using dynamic publication resolving method as we handle multiple sites.
Here we are trying to get the component details using ...
1
vote
0
answers
90
views
Tridion Sites10 presentation server error
We use Tridion Sites9 with DD4T java and are going to upgrade to Sites10.
We move Sites9's web application modules to the sites10 presentation server and replace sites9's jar files with sites10's jar ...
0
votes
1
answer
87
views
SDL Tridion Documentation for ASP.net MVC c#
I am looking for SDL Tridion documentation for ASP.net MVC c# integration.
Where they explain the services used by Tridion and their page, components, templates, and content life cycle. Also the DD4T ...
0
votes
1
answer
78
views
How to improve page load time with any pre rendering approach?
we are using SDL Tridion sites 9.6 with DD4T 2.0 framework. we got some requirement from our SEO agency like rendering website page data faster through server-side rendering process. Presently we are ...
1
vote
1
answer
67
views
Tridion Content Service returning no value for pageContent query
I am facing issue in retrieving PageContent using content service. The content service returning results for other queries like(pages, componentpresentation,components). Someone please help me if any ...
2
votes
1
answer
87
views
Is DD4T GetPage case sensitive in Tridion9.5?
For retrieval of pages from the broker DB, we are using DD4Tcontroller GetPage and passing the URL from the browser address bar.
In our old installation (2013sp1) this was case insensitive so if you ...
1
vote
0
answers
47
views
DD4T FindAndStoreBinary returns unauthorized exception
I'm using the DD4T function FindAndStoreBinary together with BinaryDistributionModule to intercept calls for image files and retrieve them from the broker DB and physical location on the server.
The ...
0
votes
1
answer
77
views
How are static aspx pages served compared to dynamic aspx pages?
First off I'm using Tridion 9.5 with DD4T 2.5 (should this matter)
I'm wondering how aspx pages are served when they have been published statically vs dynamically.
We have a .NET website that serves ...
2
votes
1
answer
94
views
Unit testing with DD4T & Autofac
I'm upgrading an old project to DD4T 2.5 & Tridion 9.5 and it had some unit tests in NUnit.
I replaced the dependency injection with DD4T.DI.Autofac so instead of registering everything ourselves ...
1
vote
0
answers
45
views
DD4T ViewModel Error "An item with the same key has already been added" Tridion Sites 96
we are upgraded CM & CD to Tridion Sites 9.6 on Dev Environment.
if we are trying to access websites its working as expected except Few pages.
Few pages (having default.aspx under root folder) are ...
1
vote
1
answer
49
views
DD4T get children from OrganizationalItem
From a DD4T project, I'm trying to get the children from an OrganizationalItem but the object doesn't have that property. I'm runing a MVC project and I'm trying to get the page from the controller on ...
2
votes
1
answer
97
views
Upgrade to Tridion 9.5 and .NET DD4T 2.5 producing error with IKeyword on dynamic components
When trying to publish a dynamic component or preview a dynamic component I receive an error: Could not create an instance of type DD4T.ContentModel.IKeyword
The paths referenced are different ...
0
votes
1
answer
91
views
Install DD4T templates for Tridion Sites 9.5
Do we have setup instructions as what project(s) need to be downloaded for compiling dd4t.merged.dll so that this can be uploaded into Tridion CMS 9.5
we got older version which I believe followed ...