I have a schema containing a multi-value field of type component link.
How can I render this field (component link with its template) when I write a DWT TBB for this component?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A Component Link field links to a Component – it does not specify a template. So I’ll assume you want to specify the Component Template to use on the DWT.
So this loops over all values of the multi-value field names
YourComponentLinkFieldNameand render the Component linked in there with Component Templatetcm:1-2-32.All of these topics are relevant to your question:
I suggest you read them and apply your understanding of them.