商品說明書-內容 - 法國巴黎人壽
商品專區
商品說明書
An error occurred while processing the template.
The following has evaluated to null or missing:
==> request.getParameter("contentId") [in template "46722#46768#474646" at line 1, column 22]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: #assign contentId = request.getParame... [in template "46722#46768#474646" at line 1, column 1]
---- 1<#assign contentId = request.getParameter("contentId") /> 2 3<#if mainProductName.getSiblings()?has_content> 4 <#list mainProductName.getSiblings() as column> 5 <#if column.hashCode()?c == contentId> 6 <#assign targetColumn = column /> 7 <#break> 8 </#if> 9 </#list> 10</#if> 11 12 13 14 15 16<div class="cardif-tw-layout-vie10-2-container cardif-tw-content2 "> 17 <ul class="list-two-icon space-element-top-little"> 18 19 <#if targetColumn??> 20 <#if targetColumn.productItemName??> 21 22 23 24 <#if targetColumn.productItemName.getSiblings()?has_content> 25 <#list targetColumn.productItemName.getSiblings() as cur_subProductName> 26 <li> 27 <#assign docUrl = "${cur_subProductName.productItemPdfUrl.getData()}" /> 28 <#assign keyWordIndex = docUrl?index_of(".pdf") /> 29 <#assign docUrl = docUrl?substring(0, keyWordIndex + 4) + "#zoom=150" /> 30 <a href="${docUrl}"> 31 <i class="ico-list-front"><img src="${icon_download_left.getData()}" alt=""></i> 32 <span class="list-text"> 33 ${cur_subProductName.getData()} 34 </span> 35 <i class="ico-list-back" href="#"><img src="${icon_download_right.getData()}" alt=""></i> 36 </a> 37 </li> 38 </#list> 39 </#if> 40 41 42</#if> 43</#if> 44 45 46 47 48 49 50 </ul> 51</div> 52 53 54 55<dev></dev> An error occurred while processing the template.
The following has evaluated to null or missing:
==> request.getParameter("contentId") [in template "46722#46768#474646" at line 1, column 22]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: #assign contentId = request.getParame... [in template "46722#46768#474646" at line 1, column 1]
---- 1<#assign contentId = request.getParameter("contentId") /> 2 3<#if mainProductName.getSiblings()?has_content> 4 <#list mainProductName.getSiblings() as column> 5 <#if column.hashCode()?c == contentId> 6 <#assign targetColumn = column /> 7 <#break> 8 </#if> 9 </#list> 10</#if> 11 12 13 14 15 16<div class="cardif-tw-layout-vie10-2-container cardif-tw-content2 "> 17 <ul class="list-two-icon space-element-top-little"> 18 19 <#if targetColumn??> 20 <#if targetColumn.productItemName??> 21 22 23 24 <#if targetColumn.productItemName.getSiblings()?has_content> 25 <#list targetColumn.productItemName.getSiblings() as cur_subProductName> 26 <li> 27 <#assign docUrl = "${cur_subProductName.productItemPdfUrl.getData()}" /> 28 <#assign keyWordIndex = docUrl?index_of(".pdf") /> 29 <#assign docUrl = docUrl?substring(0, keyWordIndex + 4) + "#zoom=150" /> 30 <a href="${docUrl}"> 31 <i class="ico-list-front"><img src="${icon_download_left.getData()}" alt=""></i> 32 <span class="list-text"> 33 ${cur_subProductName.getData()} 34 </span> 35 <i class="ico-list-back" href="#"><img src="${icon_download_right.getData()}" alt=""></i> 36 </a> 37 </li> 38 </#list> 39 </#if> 40 41 42</#if> 43</#if> 44 45 46 47 48 49 50 </ul> 51</div> 52 53 54 55<dev></dev>



