Answer Posted / santosh kumar
->when ur submit the form page ,ActionServlet will take the
request and check is there any action mapping with specified
saction url , if it there AS pics the name of the form
create the object for FormBean class and call its
getter,reset ,validate methods
->After validate() AS picks the action mapping type value
and create the action class and calls the execute() of
action class
->if execute return null value, AS will terminate the execution
->else AS takes the return value and send the request to
return value
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by ognl?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What is the use of form bean in struts?
What are the important methods of actionform?
What does it cost to replace struts?
Explain how can we upload files in struts2 application?
Explain the components of struts?
How an actionform bean is created?
What are the reasons for an error message not being displayed while developing struts application?
How can we work with error tags?
What is purpose of execandwait interceptor?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
How can we integrate log4j in Struts2 application?
What is token used for?
In which method of action class the business logic is executed?