Concrete implementation of AbstractCreateAction for use in
a Servlet API chain. Expects that the ActionContext passed into it can
safely be cast to ServletActionContext.
Invoked by getAction when the Action
actually has to be created. If the instance is already created and
cached, this method will not be called.
Parameters: context - The Context for this request Parameters: type - Name of class to instantiate Instantiated Action class throws: Exception - if there are any problems instantiating the Actionclass. since: Struts 1.3.7