Struts - 从 JAR 文件加载结果模板(如 JSP)
当我想从不同的 JAR 文件加载模板(JSP、ZUL 等)时,如何在 struts 框架中定义它?
How can I define it in the struts framework, when I would like to load templates (JSP, ZUL etc.) from different JAR-Files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我了解,一旦所有 JAR 都可以从 struts jar 访问(通常如果它们位于 WEB-IN/lib 中)并且在 web.xml 中设置属性(非 JSP 可能需要),就不应该进行额外的配置模板)。
As far as I understand there should be no additional configuration as soon as all your JARs are accessible from struts jar (usually if they are in WEB-IN/lib) and property set up in web.xml (may be required for non-JSP templates).