hi :-)
your question is too general.
As for Struts:
ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
http://struts.apache.org/1.2.7/api/org/apache/struts/action/ActionServlet.html
regards,
actually, ActionServlet passes the parameterized class to Action Form using the execute() method.
also The return type of the execute method is is "ActionForward" which is used by the Struts Framework to forward the request to the file as per the value of the returned ActionForward object
anymore details..?
Message was edited by:
loguKK