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
List the important attribute and elements of action mapping under struts.
What design patterns are used in struts?
Explain the components of struts?
How tag libraries are defined in Struts?
What is action class?
What is the difference between filters and interceptors ?
Which technologies can be used at view layer in struts?
What is the purpose of @before?
How can we display validation errors on jsp page?
What is jakarta struts framework?
What does the term struts mean?
Which class of struts is responsible to converts data types from string and vice versa?
What is the purpose of @requiredstringvalidator?
What is use of i18n interceptor?
What are apache struts?