问题标签 [tiles-3]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
spring-boot - 带有 apache 磁贴的 Spring Boot 导致错误 org.apache.jasper.JasperException:无法为 JSP 编译类
我正在使用带有 apache tile 配置的 spring boot 2.1.13 和 spring mvc。这实际上是我正在转换为 Spring Boot 的 Spring MVC Web 应用程序项目。我在 JSP 渲染期间面临以下错误。这是一个奇怪的错误,因为我使用的是 JDK 8。我不明白为什么它抱怨源级别低于 1.5。
依赖项-
spring - java.lang.NullPointerException:在 org.apache.tiles.access.TilesAccess.getContainer 处为空(TilesAccess.java:124)~[tiles-api-3.0.8.jar:3.0.8]
我正在尝试将 struts 从2.3迁移到2.5.20。作为这项任务的一部分,我必须将瓷砖 2迁移到瓷砖 3
我可以看到我的 tomcat 正在启动并且我可以访问我的端点(其余端点)
我添加了以下插件 struts2-tiles-plugin-2.5.20.jar
还为 Tiles 3 添加了以下罐子:
将 XML 中的 DTD 更改为:
我收到以下异常:
注意:我使用apache-tomcat-7.0.88进行部署。
尝试添加以下罐子,但没有成功:
apache-tiles - 从 Tiles2 迁移到 Tiles 3 时如何在瓷砖定义标签中添加 bean 列表
我们在 Tiles2 中有应用程序,其中我们在 put-list-attribute 中有具有 bean 的切片定义标记并且运行良好,但无法迁移与 Tiles 3 兼容的标记。谁能指导我们,
示例代码...
org.test.sample.ui.util.Tab 被覆盖为 simplemenuitem 类
spring-mvc - 在 intellij 中使用弹簧和瓷砖的问题
我尝试了很多可以在谷歌搜索的东西。但未能解决这个问题。
如果我只使用“InternalResourceViewResolver”,它就可以工作。
但如果使用瓷砖,它根本不起作用。
请帮帮我。
春天:5.3.15
瓦片:3.0.8
tomcat:9.0.54
SDK:OpenJDK 17
错误 :
POM.xml:
调度程序-servlet.xml:
瓷砖.xml:
控制器类:
}
web.xml: