Latest Answer : RequestDispatcher is a subclass of ActionServlet which included in the Struts1.1 because of in struts 1.0 there was only one Controller ActionServlet which control your whole application the over burden of the load struts1.1 the load shared with the RequestDispatcher ...
Latest Answer : The RequestProceorss first retrieves appropriate XML block for the URL from struts-config.xml. This XML block is referred to as ActionMapping in Struts terminology. In fact there is a class called ActionMapping in org.apache.struts.action package. ...
Hi friends When I send a request to ActionSevlet with url *.do am getting response as ''no action instance could be created? plz tell me answer. i have configured in strus-config.xml also
I am using Netbean editor for sturts application problem i am facing is not been able to compile the file i have created.What actully i have done is i am using BeerforAll project which i have downloaded from netbean site. So i just want to make few changes in this site just for lerning purpose.I created a catalog.jsp file and then created a catalogAction.java so when i try to compile this file it showing me that it has been compiled but not showing it in classes folder as classes folder showing
Latest Answer : RequestProcessor class will generally have pre-process() etc methods. So, we will override these methods & have our own customized way to define preprocess() method to handle the requests. ...
What is the Role of Request Dispatcher in Struts?