Difference between actionservlet vs requestprocessor?
bhuvi
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
posted
0
The ActionServlet is invoked each time an incoming HTTP request is received. It then calls the RequestProcessor to determine which form bean to instantiate and which action class to call based on the contents of your struts-config.xml file.