blc:content Tag Not Working Properly
Posted: Fri May 31, 2013 4:39 pm
I am attempting to create a carousel banner with the following code:
I have created many structured content pieces of the "Carousel Banner" content type. However, I receive the following exception when I attempt to render view the page:
Has something changed with how the bcl:content tag works?
Code: Select all
<blc:content contentType="Carousel Banner" />
<ul id="hero" class="slides">
<li th:each="item : contentList" class="hero-slider">
<img th:src="@{${imageUrl}}" width="1084" height="597" />
<p><em class="merri">Much more than pills,</em><br />
IT’S A PERSONAL LIFESTYLE PROGRAM.</p>
</li>
</ul>
I have created many structured content pieces of the "Carousel Banner" content type. However, I receive the following exception when I attempt to render view the page:
Could not parse as each: "item : contentList"
Has something changed with how the bcl:content tag works?