继承自DispatcherAction,需要去掉execute方法,否则parameter属性失效,仍然会去调用execute!!!
public ActionForward execute(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response)
throws Exception
MappingDispatchAction虽然继承DispatcherAction,但是其中的parameter属性意思不同!!!