我正在尝试在 freemarker 模板(jboss 服务器)中使用 struts2 标签。
在某处我看到它很简单,只是代替
问题是在尝试用代码加载我的 ftl 之后
<@s.form id="testId" namespace="/">
<@s.select label="What's your favor search engine"
name="roomModif[0].type"
value="modifiedRooms[0].type"
list="searchEngine" />
</@s.form>
我有例外
[FreemarkerTemplateEngine] Could not load the FreeMarker template named 'form':
[FreemarkerTemplateEngine] Attempted: /template/xhtml/form.ftl
[FreemarkerTemplateEngine] Attempted: /template/simple/form.ftl
[FreemarkerTemplateEngine] The TemplateLoader provided by the FreeMarker
Configuration was a: freemarker.cache.FileTemplateLoader
[ClosingUIBean] Could not open template
java.io.FileNotFoundException: Template /template/xhtml/form.ftl not found.
有人可以告诉我我的配置中缺少什么吗?