Citation:
package package.monAction;
import...
public class AlertRulesUploadAction extends DispatchAction{
/*
* (non-Javadoc)
*
* @see org.apache.struts.actions.DispatchAction#execute(org.apache.struts.action.ActionMapping,
* org.apache.struts.action.ActionForm,
* javax.servlet.http.HttpServletRequest,
* javax.servlet.http.HttpServletResponse)
*/
public ActionForward execute(ActionMapping mapping, ActionForm actionForm,
HttpServletRequest request, HttpServletResponse response)
throws Exception {
...
return mapping.findForward("edit");
}
}
Depuis combien de temps utilises tu struts?