Hi,
I have a dynamic data list and I want to display some web contents in list view. I have tried to retire to web content with
#set ($articleService = $serviceLocator.findService("com.liferay.portlet.journal.service.JournalArticleLocalService"))
#set ($article = $articleService.getArticle($getterUtil.getLong($layout.getGroupId()), "4066"))
$article.getContent()
above code but it seems not working. What should I do to get Web content from DDL List template.
Por favor, identifíquese para poder marcar esto como inapropiado