>
>
>DoFirst.java:
>
>package edu.msu.kate.struts.action;
>
>
>
>import org.apache.struts.action.*;
>
>import javax.servlet.http.*;
>
>
>
>public class DoFirst extends Action {
>
>            public ActionForward perform(
>
>                                    ActionMapping aMapping,
>
>                                    ActionForm aForm,
>
>                                    HttpServletRequest aRequest,
>
>                                    HttpServletResponse aResponse
>
>            ){
>
>                        return aMapping.findForward("success");
>
>            }
>
>}
>

Override "execute" method, not "perform". It is deprecated, but it should
be removed at all.
Ciao
Antonio Petrelli


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

Reply via email to