tell me struts flow ?
Answer Posted / mukesh
Above answer is correct but more clear is
supose we having Http:/myhost/authorize.do
1. server configure to pass *.do extension to
org.apache.struts.action.ActionServlet via web.xml
2. Action servlet object inspect the uri and try to
match against ActionMapping located in
struts-configuration.xml
3. if intance of appropriate action found it call
perform() .
4. action object handle request and returns next view..
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Briefly tell the two kinds of form beans.
Will the struts tags support other markup languages such as wml ?
Is Struts Framework part of J2EE?
What is the purpose of @element annotation annotation?
How to upload struts file?
How can we display all validation errors to user on jsp page?
What is jakarta struts framework?
What is the purpose of @emailvalidator annotation?
Name some useful annotations introduced in Struts2?
Explain about logic match tag?
Are struts still used?
What is actionmapping?
What are inner class and anonymous class?
How duplicate form submission can be controlled in struts?
What is the purpose of @customvalidator annotation?