在 struts 应用程序中使用标准 jsp/servlet
是否可以在 struts 1.X 应用程序中嵌入“标准”jsp 及其关联的 servlet? (它不使用任何动作形式也不使用bean)。如果是这样,是否需要进行任何特殊调整?
谢谢
is it possible to embed a "standard" jsp and its associated servlet in a struts 1.X app ? (It uses no action form nor bean). If so, is there any special tweak needed ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,两者都使用是完全可以的。
您只需在 web.xml 中映射 servlet。
Yes, it's perfectly OK to use both.
You will just have to map the servlet in web.xml.