Hi.
Am upgrading an app from 1.0 to 1.1 nightly build, and discovered that the
following method which we were overriding no longer exists! Should we simply
override process() now?
/**
* Ask the specified Action instance to handle this request. Return
* the <code>ActionForward</code> instance (if any) returned by
* the called <code>Action</code>.
*
* @param action the Action to process this request
* @param mapping the ActionMapping we are processing
* @param formInstance the ActionForm we are processing
* @param request the servlet request we are processing
* @param response the servlet response we are creating
* @exception IOException if an input/output error occurs
* @exception ServletException if a servlet exception occurs
*/
protected ActionForward processActionPerform (Action action, ActionMapping
mapping,
ActionForm formInstance,
HttpServletRequest request,
HttpServletResponse response)
throws IOException, ServletException
Thanks,
David
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>