What is the purpose of action-mappings tag in struct-config.xml?
Answer / Dispreet Kaur
The 'action-mappings' tag in struts-config.xml declares the list of action mappings for your application. Each action mapping defines a URL pattern and associates it with an Action class that handles requests matching the defined pattern.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to upload struts file?
What is the purpose of @element?
What is the differences between struts1 and struts2?
What are the some useful annotations introduced in struts2?
How can we work with error tags?
what are tiles in struts?
What is difference between spring and struts?
What is the purpose of @validations annotation?
Why we use struts in java?
How do you convert struts to springs?
What is the purpose of @beforeresult annotation?
How Struts will follow the MVC?