Answer Posted / cokekrish
The class org.apache.struts.action.ActionServlet is called
ActionServlet.This class plays the role of controller. All
the requests to the server goes thorugh the controller. It
is responsible for handling all the requests.
Action is part of Model. The purupose of Actionclass is to
translate the HttpServletRequest to the business logic. To
use Action we need to subclass and overwrite the execute()
method. all database and business processing are done here.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
How to upload struts file?
What is action class? What are the types of action class?
How can forward action be used to restrict a strut application to mvc?
What’s the difference between struts and turbine?
What are the features of struts 2?
List the important attribute and elements of action mapping under struts.
how to develop the submit and search operations in single jsp using struts?
How do you find the struts version being used in a project?
Explain the necessity of empty tag?
Can a reducer dispatch an action?
What are the struts2 error message keys that can come during file uploading process?
What is the purpose of @action annotation?
What is the purpose of @conversionerrorfieldvalidator annotation?
What is value stack?
What are action errors and error?