| 1600 PMP mock questions | 1400 CAPM mock questions | 800 SCJP 6 mock questions | 600 OCAJP 7 mock questions | 590 OCPJP 7 mock questions | 556 SCWCD 5 mock questions | 500 OCEJWCD 6 mock questions | pdfDownload (java,struts, hibernet etc) | JobsJobs and Walkins |
Struts interview questions
|
!!! Struts interview questions !!!Go to Struts Tutorials >>> new Can we have more than one struts-config.xml file for a single Struts application?Yes, we can have more than one struts-config.xml for a single Struts application. They can be configured as follows: <servlet> <servlet-name>action</servlet-name> <servlet-class> org.apache.struts.action.ActionServlet </servlet-class> <init-param> <param-name>config</param-name> <param-value> /WEB-INF/struts-config1.xml, /WEB-INF/struts-config2.xml, /WEB-INF/struts-config3 </param-value> </init-param> <servlet> |
Suggested JobsMore Jobs >> |