Hi,
I have a Content List component. I've added several rows to it and selected a few content items. However, when I try to render the content, I am only getting one result. When I added a new content item, it pushed out the previous one. Is there anything special that I need to do to get it to return more than one result?
Thanks,
Eric
Here is the XML that I am getting in the component:
<?xml version="1.0"?>
<VgnExtMultiSelect>
<VignVCMId>56084d67a60d2410VgnVCM100000ef562ca2RCRD</VignVCMId>
<VignStatus>unapproved</VignStatus>
<VignLogicalPath>/VgnExtTemplating/System/ContentComponents</VignLogicalPath>
<VignName>Content List</VignName>
<Locale>LenUSL000000000000000000000000000000RCRD</Locale>
<SharableTranslation>false</SharableTranslation>
<FurlName>Content List</FurlName>
<id>d5084d67a60d2410VgnVCM100000ef562ca2____</id>
<vgnExtTemplatingComponentDisplayViewId>7c084d67a60d2410VgnVCM100000ef562ca2RCRD</vgnExtTemplatingComponentDisplayViewId>
<vgnExtTemplatingComponentTitle/>
<vgnExtTemplatingComponentHeader/>
<vgnExtTemplatingComponentFooter/>
<vgnExtTemplatingComponentName/>
<vgnExtTemplatingComponentDescription/>
<vgnExtTemplatingComponentRenderingType>0</vgnExtTemplatingComponentRenderingType>
<ttl/>
<vgnExtTemplatingComponentThumbnail/>
<TEMPLATING-VGNEXTMULTISELECTCOMP>
<linkedAssetsParentId>d5084d67a60d2410VgnVCM100000ef562ca2____</linkedAssetsParentId>
<linkedAssetsChildId>36084d67a60d2410VgnVCM100000ef562ca2____</linkedAssetsChildId>
<contentType>NAV_LINK</contentType>
<contentItem guid = "ca38566003fc2410VgnVCM1000000300000aRCRD">
<NAV_LINK>
<VignVCMId>ca38566003fc2410VgnVCM1000000300000aRCRD</VignVCMId>
<VignStatus>unapproved</VignStatus>
<VignLogicalPath>/enterprise/Global/Header Navigation Items</VignLogicalPath>
<VignName>ba38566003fc2410VgnVCM1000000300000a____</VignName>
<TranslationGroupId>7a38566003fc2410VgnVCM1000000300000aTRGR</TranslationGroupId>
<SharableTranslation>true</SharableTranslation>
<FurlName>ba38566003fc2410VgnVCM1000000300000a____</FurlName>
<IMS-NAV-ITEMS-ID>ba38566003fc2410VgnVCM1000000300000a____</IMS-NAV-ITEMS-ID>
<IMS-NAV-ITEMS-URL>http://mysite.com</IMS-NAV-ITEMS-URL>
<IMS-NAV-ITEMS-CSS-CLASS/>
<IMS-NAV-ITEMS-CSS-ID/>
<IMS-NAV-ITEMS-TARGET/>
<IMS-NAV-ITEMS-SYSTEM-TITLE>Sample Site</IMS-NAV-ITEMS-SYSTEM-TITLE>
<IMS-NAV-ITEMS-DISPLAY-TITLE>Sample Site</IMS-NAV-ITEMS-DISPLAY-TITLE>
</NAV_LINK>
</contentItem>
<linkedAssetsIndex>1</linkedAssetsIndex>
</TEMPLATING-VGNEXTMULTISELECTCOMP>
</VgnExtMultiSelect>