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 the difference between requestaware and servletrequestaware interface?
What is role of actionservlet?
Are actions thread safe?
Briefly tell the two kinds of form beans.
What are the main classes which are used in struts application?
Lists the bundled validators in struts?
What is the purpose of @conversion annotation annotation?
What is form bean in struts?
Which configuration files are used in struts?
What is the use of struts config xml file?
Are struts and shocks the same?
What is request processor and how does it relates to action mapping?
Can I have html form property without associated getter and setter formbean methods?
What are the important methods of actionform?
Why do we need struts?