[Research Topics] - Banner

Research Topics

[Research Topics] - Our Challenges Introduction

[Research Topics] - Research areas (grid)

An error occurred while processing the template.
No compatible overloaded variation was found; wrong number of arguments.
The FTL type of the argument values were: number (wrapper: f.t.SimpleNumber), string (wrapper: f.t.SimpleScalar), Null, extended_hash+string (Locale wrapped into f.e.b.StringModel), extended_hash+string (com.liferay.portal.kernel.theme.ThemeDisplay wrapped into f.e.b.StringModel).
The matching overload was searched among these members:
    com.sun.proxy.$Proxy1187.getArticleContent(com.liferay.journal.model.JournalArticle, String, String, String, com.liferay.portal.kernel.portlet.PortletRequestModel, com.liferay.portal.kernel.theme.ThemeDisplay),
    com.sun.proxy.$Proxy1187.getArticleContent(long, String, double, String, String, String, com.liferay.portal.kernel.portlet.PortletRequestModel, com.liferay.portal.kernel.theme.ThemeDisplay),
    com.sun.proxy.$Proxy1187.getArticleContent(long, String, String, String, String, com.liferay.portal.kernel.portlet.PortletRequestModel, com.liferay.portal.kernel.theme.ThemeDisplay)

----
FTL stack trace ("~" means nesting-related):
	- Failed at: article_content = JournalArticleLocal...  [in template "20101#20127#4948558" at line 35, column 21]
----
1<style> 
2 
3    @media (min-width:768px) { 
4     .mgrid .base-content iframe { 
5       height:100% !important; 
6
7
8 
9</style> 
10 
11<#assign aligndiv = ""/> 
12<#assign alignbtn = ""/> 
13<#if GridInfo.Alignment.getData()?has_content && GridInfo.Alignment.getData() == "c">  
14    <#assign aligndiv = "text-center"/>  
15<#elseif GridInfo.Alignment.getData()?has_content && GridInfo.Alignment.getData() == "r"> 
16    <#assign alignbtn = "float-right"/>  
17</#if> 
18 
19<#assign  
20    serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext() 
21    themeDisplay = serviceContext.getThemeDisplay() 
22    group_id = themeDisplay.getScopeGroupId()                     
23    JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")     
24
25<div class="col-12 mgrid"> 
26    <div class="row"> 
27    <#if ContentList.getSiblings()?has_content> 
28        <#list ContentList.getSiblings() as cur_webContent> 
29        <div style ="padding:0.5em" class="col-md-${GridInfo.ColumnsXRows.getData()} ${aligndiv}"> 
30                <#assign  
31                    cur_webContent_map = cur_webContent.Asset.getData()?eval 
32                    cur_webContent_classPK = cur_webContent_map.classPK 
33                    article = JournalArticleLocalService.getLatestArticle(cur_webContent_classPK?number) 
34                    article_id = article.articleId 
35                    article_content = JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay) 
36
37                <div class="${alignbtn}"> 
38                  ${article_content} 
39                </div> 
40        </div> 
41        </#list> 
42    </#if> 
43    </div> 
44</div> 

[Research Topics] - Our Solutions Introduction