I tried an module config example and I need to know that if I create a config like Struts-config-module1.xml..
Should I need to create a folder module1 and keep all my jsp files under this.? I have a common folder that has a search page and index page. I have a module1 folder that has employee page.
I am unable to access the common/search.jsp page folder inside my struts-config-module1.xml. How to do this? Search.jsp is common for all my modules.
here is my directory sturucture.
common/search.jsp
common/index.jsp
module1/employee.jsp
module1/thankyou.jsp