| 1. |
What Is The Purpose Of Struts.xml In Struct2? |
|
Answer» The struts.xml file contains the configuration information that you will be modifying as actions are developed. This file can be USED to override default SETTINGS for an APPLICATION, for example struts.devMode = false and other settings which are defined in property file. This file can be created under the folder WEB-INF/classes. The struts.xml file contains the configuration information that you will be modifying as actions are developed. This file can be used to override default settings for an application, for example struts.devMode = false and other settings which are defined in property file. This file can be created under the folder WEB-INF/classes. |
|