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 |
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.
What is difference between perform() used in struts1.0 and execute() used in 1.1 ?
What is the purpose of @stringlengthfieldvalidator annotation?
Why do the struts tags provide for so little formatting?
How struts 2 validation works?
What are different Struts2 tags? How can we use them?
Explain about struts dispatch action?
What is ognl?
Can we write Structs application without using Action Class directly or indirectly(extends Action class)
What do you mean by actionform?
kindly can any one post for me portlet,hibernate,spring example code and configuration,and some related tutorials plz its urgent for me....thanks in advance ............
What does apache struts do?