gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

Error reading included file template/jquery/controlheader.ftl #950

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using struts2-jquery version 3.5.1 ..and while i am using sj tags eg
<sj:textfield name="title" required="true" label="Title" />

i am getting below error..

Error reading included file template/jquery/controlheader.ftl
The problematic instruction:
----------
==> include "/${parameters.templateDir}/${parameters.theme}/controlheader.ftl" 
[on line 23, column 1 in template/eitaas_themes/text.ftl]
 in include "/${parameters.templateDir}/${parameters.parentTheme}/text.ftl" [on line 36, column 9 in template/jquery/textfield.ftl]
----------

Java backtrace for programmers:
----------
freemarker.template.TemplateException: Error reading included file 
template/jquery/controlheader.ftl
    at freemarker.core.Include.accept(Include.java:167)
    at freemarker.core.Environment.visit(Environment.java:210)

Original issue reported on code.google.com by vijaygai...@gmail.com on 19 Feb 2013 at 5:35

GoogleCodeExporter commented 9 years ago
Look like a problem in your theme. Or am I wrong?

[on line 23, column 1 in template/>>> eitaas_themes <<<</text.ftl]

Original comment by johgep on 7 Apr 2013 at 11:31

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 26 Jun 2013 at 9:02