Pricing

An error occurred while processing the template.
The following has evaluated to null or missing:
==> Select9y57  [in template "20101#20127#309665" at line 23, column 23]

----
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: ${Select9y57.getData()}  [in template "20101#20127#309665" at line 23, column 21]
----
1<#assign groupId = themeDisplay.getLayout().getGroupId()> 
2<#assign journalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")> 
3<#assign ja = journalArticleLocalService.getArticle(groupId, .vars['reserved-article-id'].data)> 
4<#assign resourceprimKey = ja.getResourcePrimKey()> 
5<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService")> 
6<#assign assetEntry = assetEntryLocalService.getEntry("com.liferay.journal.model.JournalArticle", resourceprimKey)> 
7<#assign categoryPorpertyService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService")> 
8<#assign categoryUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
9<#assign assetCategories = categoryUtil.getAssetEntryAssetCategories(assetEntry.getEntryId())> 
10<#if assetCategories[0]?has_content> 
11    <#assign category = assetCategories[0].name> 
12    <#if category == "Features"> 
13        <#assign microdata = "itemprop='featureList' id='featureListSchema'"> 
14    <#else> 
15        <#assign microdata = "itemprop='description' id='descriptionSchema'"> 
16    </#if> 
17</#if> 
18 
19 
20<section class="section-description"> 
21    <div class="padding-left padding-right"> 
22        <h3>${Title.getData()}</h3> 
23        <div class="${Select9y57.getData()}" <#if assetCategories[0]?has_content>${microdata}</#if>> ${Title.Description.getData()}</div> 
24    </div> 
25</section> 
Do you have additional questions related to Equias products?

Join our network of more than 1500 clients worldwide

Community is our foundation. We believe that greater market access and participation will transform the energy trading world and increase market activity for the benefit of all participants.