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
Can we handle exceptions in Struts programmatically?
What are the features of struts?
What is the naming convention for a resource bundle file in struts2?
What is the purpose of @emailvalidator?
What’s the utilization of resource bundle properties file in struts validation structure?
What are result types in struts?
What is the purpose of plug-in tag in struct-config.xml?
What is purpose of execandwait interceptor?
What applications use apache struts?
Explain the complete struts validator framework.
Why it called struts?
What is the purpose of @conversionerrorfieldvalidator annotation?
What do you mean by actionservlet?
What is the use of struts config xml file?
Give an example where struts tiles may be used?