Sitemesh + Struts2 +速度:装饰器无法访问上下文的对象
我有一个使用速度的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题解决了。
在 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