Answer Posted / suresh
Struts is based on MVC architecuture.
1. request comes.
2. corrosponding action class will be searched in the struts.xml
3. mapped form-bean will be populated with data.
4. execute method of mapped action servlet will be executed
and result will be mapped in struts.xml with <forward> tag.
5. mapped jsp/html page with forward will be displayed.
| Is This Answer Correct ? | 15 Yes | 7 No |
Post New Answer View All Answers
What is lookupdispatchaction?
What is the use of forwardaction?
What is apache struts cve 2017 5638?
Is struts mvc framework?
What are the sections into which a strut configuration file can be divided?
What is the use of resourcebundle.properties file in Struts Validation framework?
Explain the core end goal while using java struts?
What are the main classes which are used in struts application?
How can you create your custom interceptor in struts 2?
Explain architecture of struts2?
Which components are available using actioncontext map?
What is the purpose of @emailvalidator annotation?
How can we display all validation errors to user on jsp page?
What is the use of execAndWait interceptor?
Are actions thread safe?