
What is ActionServlet?

Hi friends,
ActionServlet is a class in org.apache.struts.action. It plays the role of a controller in the Jakarta Struts Framework. The requests to the server go through the controller. The controller is responsible for handling all the requests.
Thanks.

Hi friends,
please visit the following for understanding struts ActionServlet
http://roseindia.net/struts/understandingstrutscontroller.shtml

*What is ActionServlet*
The class org.apache.struts.action.ActionServlet is the called the ActionServlet. In the the Jakarta Struts Framework this class plays the role of controller. All the requests to the server goes through the controller. Controller is responsible for handling all the requests.
Thanks, Jharana Sahoo.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.