FreeMarker template error (DEBUG mode; use RETHROW in production!):
The 'isWithImage' parameter not a boolean
----
FTL stack trace ("~" means nesting-related):
- Failed at: @InfoList nodeId="364" isGood=1 isWit... [in template "1/default/chch.html" at line 265, column 21]
----
Java stack trace (for programmers):
----
freemarker.template.TemplateModelException: [... Exception message was already printed; see it above ...]
at com.jspxcms.common.freemarker.Freemarkers.getBoolean(Freemarkers.java:604)
at com.jspxcms.common.freemarker.Freemarkers.getBoolean(Freemarkers.java:612)
at com.jspxcms.common.freemarker.Freemarkers.getBoolean(Freemarkers.java:618)
at com.jspxcms.core.web.directive.AbstractInfoListPageDirective.doExecute(AbstractInfoListPageDirective.java:153)
at com.jspxcms.core.web.directive.InfoListDirective.execute(InfoListDirective.java:23)
at freemarker.core.Environment.visit(Environment.java:389)
at freemarker.core.UnifiedCall.accept(UnifiedCall.java:104)
at freemarker.core.Environment.visit(Environment.java:324)
at freemarker.core.MixedContent.accept(MixedContent.java:54)
at freemarker.core.Environment.visit(Environment.java:324)
at freemarker.core.EscapeBlock.accept(EscapeBlock.java:48)
at freemarker.core.Environment.visit(Environment.java:324)
at freemarker.core.Environment.process(Environment.java:302)
at freemarker.template.Template.process(Template.java:325)
at com.jspxcms.common.file.LocalFileHandler.storeFile(LocalFileHandler.java:164)
at com.jspxcms.core.html.PNode.makeHtml(PNode.java:71)
at com.jspxcms.core.html.HtmlServiceImpl.makeNode(HtmlServiceImpl.java:260)
at sun.reflect.GeneratedMethodAccessor1593.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:302)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
at com.sun.proxy.$Proxy244.makeNode(Unknown Source)
at com.jspxcms.core.html.HtmlGeneratorImpl$3.run(HtmlGeneratorImpl.java:92)