开发者

How to configure mutiple struts-config.xml by module wise for single project?

开发者 https://www.devze.com 2023-03-27 20:23 出处:网络
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

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 mod开发者_如何学Goule page to an other module page by action? sorry for bad english.


I think this URL will help you to elaborate your understanding about Struts Configuration.
Struts Multiple Module Configuration.

0

精彩评论

暂无评论...
验证码 换一张
取 消