How to explain struts work flow
Answers were Sorted based on User's Feedback
Answer / bob
simple....ActionServlet will take care of every thing....
| Is This Answer Correct ? | 6 Yes | 20 No |
Answer / 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 |
What do you know about validation plugin ?
Describe validate() and reset() methods.
What are the struts2 error message keys that can come during file uploading process?
How to build struts application in eclipse?
How is forward action used for integration?
What is the purpose of @conversionerrorfieldvalidator annotation?
What is the purpose of @before annotation?
What types of validations are available in xml based validation in struts2?
What is struts and why it is used?
what are the componenets of struts?
Why is it called struts?
Explain the components of struts?