You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Manish_Purang <Ma...@satyam.com> on 2002/07/16 11:39:01 UTC

Where is Execute method..?

Hi all..!
I think i'm missing somthing...!!
This is from the chapter 3 of the Struts book  at the serverside.com. It
mentions about this execute method.  However in API ( Struts 1.0) i dont
have this within the Action class ...!!!

The Struts Action class contains several methods, but the most important is
the execute() method. Here is the method signature:
	public ActionForward execute(ActionMapping mapping,
					   ActionForm form,
					   HttpServletRequest request,
					   HttpServletResponse response)
		     throws IOException, ServletException;
The execute() method is called on an instance of an Action class by the
controller when a request is received from a client

Where is the execute method..?
rgds
	

************************************************************************** 
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>