Answer Posted / balachandar.s
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of Struts framework?
What is http redirect?
How can forward action be used to restrict a strut application to mvc?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is the purpose of @beforeresult annotation?
What are the steps of struts installation?
Describe the two types of formbeans.
What is struts 2 framework in java?
What is the purpose of interceptors?
What is the use of interceptor?
What configurations are stored in struts configuration file ?
What configuration files are used in struts?
What is controller in struts2?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
Can we have more than one struts-config.xml file for a single struts application?