Error on line 37, column 25 in WEB-INF/t/cms_sys_defined/style_list/style_1-1_core.html
ctt.stit is undefined.
It cannot be assigned to tit
The problematic instruction:
----------
==> assignment: tit=ctt.stit [on line 37, column 25 in WEB-INF/t/cms_sys_defined/style_list/style_1-1_core.html]
in include "style_1-1_core.html" [on line 19, column 1 in WEB-INF/t/cms_sys_defined/style_list/style_1-1.html]
in user-directive cms_content_list [on line 161, column 1 in WEB-INF/t/cms/lfxww/lfxww/content/新闻内容.html]
----------
Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: Error on line 37, column 25 in WEB-INF/t/cms_sys_defined/style_list/style_1-1_core.html
ctt.stit is undefined.
It cannot be assigned to tit
at freemarker.core.Assignment.accept(Assignment.java:111)
at freemarker.core.Environment.visit(Environment.java:210)
at freemarker.core.IfBlock.accept(IfBlock.java:82)
at freemarker.core.Environment.visit(Environment.java:210)
at freemarker.core.MixedContent.accept(MixedContent.java:92)
at freemarker.core.Environment.visit(Environment.java:210)
at freemarker.core.Environment.include(Environment.java:1483)
at freemarker.core.Include.accept(Include.java:169)
at freemarker.core.Environment.visit(Environment.java:210)
at freemarker.core.IteratorBlock$Context.runLoop(IteratorBlock.java:179)
at freemarker.core.Environment.visit(Environment.java:417)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:102)
at freemarker.core.Environment.visit(Environment.java:210)
at freemarker.core.MixedContent.accept(MixedContent.java:92)
at freemarker.core.Environment.visit(Environment.java:210)
at freemarker.core.IfBlock.accept(IfBlock.java:82)
at freemarker.core.Environment.visit(Environment.java:210)
at freemarker.core.MixedContent.accept(MixedContent.java:92)
at freemarker.core.Environment.visit(Environment.java:210)
at freemarker.core.Environment.include(Environment.java:1483)
at freemarker.core.Environment.include(Environment.java:1438)
at com.viscms.cms.action.directive.ContentListDirective.execute(ContentListDirective.java:147)
at freemarker.core.Environment.visit(Environment.java:263)
at freemarker.core.UnifiedCall.accept(UnifiedCall.java:126)
at freemarker.core.Environment.visit(Environment.java:210)
at freemarker.core.IfBlock.accept(IfBlock.java:82)
at freemarker.core.Environment.visit(Environment.java:210)
at freemarker.core.MixedContent.accept(MixedContent.java:92)
at freemarker.core.Environment.visit(Environment.java:210)
at freemarker.core.Environment.process(Environment.java:190)
at freemarker.template.Template.process(Template.java:237)
at com.viscms.cms.staticpage.StaticPageDaoImpl.contentStaticFtpUpdate(StaticPageDaoImpl.java:2001)
at com.viscms.cms.staticpage.StaticPageSvcImpl.contentFtpUpdate(StaticPageSvcImpl.java:660)
at sun.reflect.GeneratedMethodAccessor1048.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:317)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at com.sun.proxy.$Proxy63.contentFtpUpdate(Unknown Source)
at com.viscms.cms.action.admin.main.ContentAct$StaticThread.run(ContentAct.java:5284)