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 is the purpose of @beforeresult annotation?
What is the purpose of @key?
What is the differences between struts1 and struts2?
Is struts action class singleton?
What are the pros of struts 2?
What is the role of action class in struts?
Explain the necessity of empty tag?
What is the purpose of @results annotation?
What does validation interceptor?
Which model components are supported by Struts?
Is struts mvc framework?
How properties of a form are validated in Struts?
What is struts in j2ee?
Does struts include its own unit tests?
What's the purpose of execute method of action class?