よくあるご質問

お支払いの事例や各種お手続きの方法などについて、お客さまからよくお問い合わせいただくご質問にお答えします。

テンプレート処理中にエラーが発生しました。
Java method "com.sun.proxy.$Proxy1103.getArticleDisplay(long, String, String, String, com.liferay.portal.kernel.theme.ThemeDisplay)" threw an exception when invoked on com.sun.proxy.$Proxy1103 object "com.liferay.journal.service.impl.JournalArticleLocalServiceImpl@58cfc69d"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${articleService.getArticleDisplay(gr...  [in template "46275#46321#149241" at line 40, column 17]
----
1<#-- 
2Widget templates can be used to modify the look of a 
3specific application. 
4 
5Please use the right panel to quickly add commonly used variables. 
6Autocomplete is also available and can be invoked by typing "${". 
7-->	 
8<#if entries?has_content> 
9		<#assign groupId = getterUtil.getLong(themeDisplay.getScopeGroupId()) /> 
10		<!--  
11			Goes through each entry of the asset publisher and displays its contents  
12		--> 
13 
14	  <#list entries as cur_element> 
15 
16			<#assign assetRenderer = cur_element.getAssetRenderer() />  
17			<#assign className = assetRenderer.getClassName() />  
18			<#if className == "com.liferay.journal.model.JournalArticle"> 
19				<#assign journalArticle = assetRenderer.getArticle() /> 
20				<#assign webcontentId = journalArticle.getArticleId() />	 
21                <#--  The getContent method is changed. 
22                    <#assign journalContent = serviceLocator.findService("com.liferay.journal.util.JournalContent") />		 
23                    ${journalContent.getContent(groupId, webcontentId, "normal", locale, themeDisplay)} 
24                --> 
25				<div class="faq-question"> 
26        <style type="text/css"> 
27					@font-face { 
28        font-family: bnpp_sans; 
29        src: url(/o/jp.co.cardif.corpweb.theme/css/corporate-templates/fonts/bnpp_sans/BNPP%20Sans.ttf);} 
30					 
31				.brandflag img { vertical-align: middle; display: inline-block;} 
32				.brandflag p { vertical-align: middle; display: inline-block; font-family: "bnpp_sans",Meiryo,メイリオ,Arial,Helvetica,sans-serif; font-size: 17px; color: #1d1d1b; margin-left: 7px;} 
33					 
34				table.contact { width: 100%; margin-bottom: 25px; border-bottom: 1px dashed black; }		 
35				table.contact td { font-size: 12px; padding:10px; }			 
36				table.contact img { height:35px; } 
37				</style> 
38				 
39                <#assign articleService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")/> 
40                ${articleService.getArticleDisplay(groupId, webcontentId, "view", locale, themeDisplay).getContent()} 
41				         
42			</#if> 
43			</div> 
44		</#list> 
45		 
46	</#if> 
— ページごとの項目数 20
該当件数: 48 件中 21 - 40

お問い合わせ

カーディフ生命
カスタマーサービスセンター

0120-820-275

受付時間
月曜日~金曜日 9:00~18:00
(祝日・年末年始を除く)