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 is use of i18n interceptor?
how to write the configuration file of struts application if any one had simple struts application please it to me
Why should we go for struts framework?
i have list of values(e.g 100). using logic:iterate, how can i print the multiples of 5th element? how the logic:iterate will understand the multiples of 5.
Why do we use struts?
In web.xml file instead of *.do can i write *.ibm, Specify with example
What is struts? Explain
What are inner class and anonymous class?
What is struts and why it is used?
What are the core components of a struct2 based application?
Hi i am murali.i need a excellent answer for the question Tell me about project and project flow ? i mean it is use full to any project,it is on STRUTS
what is the disadvantages of using DynaActionForm in struts framework?