The API docs can help:
http://struts.apache.org/1.x/struts-core/apidocs/index.html
more specifically:
http://struts.apache.org/1.x/struts-core/apidocs/org/apache/struts/action/ActionServlet.html

This link has a brief explanation
http://struts.apache.org/1.2.x/userGuide/building_controller.html#action_servlet

as it notes, most of the actual functionality is delegated to the
RequestProcessor:
http://struts.apache.org/1.2.x/userGuide/building_controller.html#request_processor

You can download the source code and look at the RequestProcessor class
to see what is actually happening:
http://struts.apache.org/download.cgi

hope that helps.

dave

On Thu, 2006-07-20 at 15:56 +0530, sunil.prabhu wrote:
> Hi there,
> 
> I am new to struts framework and I have been reading lot of books regarding
> the same. But I am not able to make it out what exactly is ActionServlet.
> And what does it contain....can any body please provide me with sufficient
> information or any link which contains the same....
> 
> ThanQ
> Sunil
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to