package com;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.ActionMapping;
public class CustomerAction extends Action {
public ActionForward execute(ActionMapping mapping,
ActionForm form, HttpServletRequest request,
HttpServletResponse response) throws Exception{System.out.println(” i am hre “);
ActionForward forward = mapping.findForward(“success”);return forward;
}}


1 comment
Li Type says:
January 1, 2010 at 5:23 am (UTC 5.5)
I truly acknjosledge you demography the time to allotment fhis . Look forwaed too added osts from yoou
Like or Dislike:
0
0