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
How many struts config file in a struts application?
How to get data from the velocity page in a action class?
How properties of a form are validated in Struts?
Explain the difference between jakarta struts and apache struts?
What is defeult result type?
What is the purpose of @conversionerrorfieldvalidator annotation?
What is the use of forwardaction?
Which design pattern the interceptors in struts2 is based on?
What are interceptors in struts 2?
Explain architecture of struts2?
What is the use of interceptor?
What is the purpose of @before?
How to use forward action to restrict a strut application to mvc?
What is front controller in struts?
How an actionform bean is created?