[ 
https://issues.apache.org/jira/browse/OFBIZ-13016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17836774#comment-17836774
 ] 

ASF subversion and git services commented on OFBIZ-13016:
---------------------------------------------------------

Commit 3970fc26a34f0e757a5fb59d9ba0e6276fdd6382 in ofbiz-framework's branch 
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=3970fc26a3 ]

Fixed: Errors in EditProductFeatures.ftl (OFBIZ-13016)

This should fixes the errors.


> Errors in EditProductFeatures.ftl
> ---------------------------------
>
>                 Key: OFBIZ-13016
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-13016
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product/catalog
>    Affects Versions: Upcoming Branch
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Major
>             Fix For: Upcoming Branch
>
>
> freemarker.core.InvalidReferenceException: The following has evaluated to 
> null or missing:
> ==> product.isVirtual  [in template 
> "component://product/template/product/EditProductFeatures.ftl" at line 136, 
> column 77]
> ----
> Tip: It's the step after the last dot that caused this error, not those 
> before it.
> ----
> 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: #if (productFeatureApplType.productFe...  [in template 
> "component://product/template/product/EditProductFeatures.ftl" at line 136, 
> column 5]
> ----



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to