We are trying to find out which Content Instance Type is selected/returned in the contentlist or a smartlist in 8.5 using the followolowing code
"<c:forEach items="${component.results}" var="content">
<c:set var="classImpl" value="${content.class.name}"/>
..."
This ${content.class.name} is returning blank. The same code works fine on WEM 8.1.
Is there any other way to find out the Content Type ?
Thanks
Ani