life cycle of struts?
Answer Posted / sitaram
Please find the below ural for struts life cycle digram.
http://www.ibm.com/developerworks/java/library/j-seam1/lifecycle.gif.
suppose one form having name,age two fields and one submit
button. when ever enter the two fields and submit button.
the request goes to web.xml. the request check in the struts
config.file. the related form bean and action class will be
executing. then related redirect page.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
What is declarative exception handling in struts?
What is the use of execAndWait interceptor?
What is the purpose of action tag in struts.xml?
What is ognl?
What are the struts2 configuration properties that control file uploading process?
What is a custom tag?
How you will make available any message resources definitions file to the struts framework environment?
What is the purpose of struts.xml in struct2?
What inbuilt themes are provided by struts2?
What is the purpose of @after?
What is the purpose of struct-config.xml in struct2?
What is the use of token interceptor in Struts2?
Which library is provided by struts for form elements like check boxes, text boxes etc?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is the purpose of @result?