How to explain struts work flow
Answer Posted / s..murugan
struts work flow begins from jsp pages(when user first hit
on the submit button),then UR request go and refer in
struts-config.xml to confirm whether the corresponding
action class entry has been put and also refer whether the
corresponding Bean class entry has been put or not,
If the entry Has been identified then that Bean class
should be populated and then corresponding action class
also be populated finally ActionForward instance goes to
struts-config.xml(GLOBAL-FORWARD).This cyclic process taken
place for all the request.
| Is This Answer Correct ? | 35 Yes | 51 No |
Post New Answer View All Answers
How does one create an action in struts 2?
When should we use SwtichAction?
What do you know about validation plugin ?
What are action errors and error?
What is the use of execAndWait interceptor?
What are the features of struts?
Which file is used by controller to get mapping information for request routing?
What is the use of jsonvalidation?
How does struts work?
Do you need an alignment after replacing struts?
How many struts config file can be created in struts?
Does apache tomcat use struts?
In how many ways duplicate form submission can occurs?
What is the purpose of dispatcher result type?
What is the purpose of @beforeresult?