Sitemesh + Struts2 +速度:装饰器无法访问上下文的对象

发布于 2024-08-13 19:02:35 字数 142 浏览 6 评论 0原文

我有一个使用速度的 struts2 Web 应用程序。我正在将 Sitemesh 集成到项目中。

装饰器被正确调用,但由于某些原因,通过工具箱配置(与速度相关)放置在上下文中的对象没有被加载。

有人遇到过这个问题吗?

多谢

I have a struts2 web app using velocity. I am integrating Sitemesh to the project.

The decorators are called properly but for some reasons, the objects placed in the context via the toolbox configuration (velocaity related) are not being loaded.

Has anyone faced this issue?

Thanks a lot

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽容 2024-08-20 19:02:35

问题解决了。

在 web.xml 配置文件中,我省略了为 VelocityDecoratorServlet 指定 init-param,以便它加载 toolbox.xml 中指定的应用程序的速度工具

站点网格速度
com.opensymphony.module.sitemesh.velocity.VelocityDecoratorServlet

org.apache.velocity.toolbox
/WEB-INF/toolbox.xml

Issue solved.

In the web.xml configuratiration file, I omitted to specify the init-param for the VelocityDecoratorServlet so that it would load the app's velocity tools specified in the toolbox.xml

sitemesh-velocity
com.opensymphony.module.sitemesh.velocity.VelocityDecoratorServlet

org.apache.velocity.toolbox
/WEB-INF/toolbox.xml

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文