What is the purpose of action-mappings tag in struct-config.xml?
Answer Posted / 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 |
Post New Answer View All Answers