如何为单个项目按模块配置多个struts-config.xml?
我有 3 个模块,即主管、系统管理员、用户。我想为模块配置单独的 struts-config.xml 。 strut-config 将像其他一样放置在 WEB-INF/Supervisor 中。 Jsp页面也相应放置。我的问题是如何通过操作从一个模块页面转发到另一个模块页面?抱歉英语不好。
I have 3 modules namely Supervisor,Sysadmin,users. I want to configure separate struts-config.xml for module wise. The strut-config will be placed inside WEB-INF/Supervisor same like others. Jsp pages also placed accordingly. my question is How to forward from one module page to an other module page by action? sorry for bad english.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这个 URL 将帮助您详细阐述对 Struts 配置的理解。
Struts 多模块配置。
I think this URL will help you to elaborate your understanding about Struts Configuration.
Struts Multiple Module Configuration.