Which configuration file is used for storing jsp configuration information in struts?
Answer / Renu Singh
The web.xml file is used for storing JSP configuration information in Struts. The web.xml file typically includes a servlet mapping that specifies the ActionServlet and its associated URL patterns.
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can install struts?
What are the steps required for setting up validator framework in struts?
What do you mean by actionform?
What is the purpose of @requiredstringvalidator annotation?
in struts how to use hibernate with struts>
Which interceptor is responsible for i18n support?
What configuration changes are required to use Tiles in Struts?
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
What is struts in j2ee?
What is the default suffix for struts2 action uri ?
Struts follows which design patterns?
shall we use any name for deployment descriptor of struts instead of struts-config.xml