1、如果让action继承DispatchAction来做,method参数一定要带。
2、flag=xx这个参数你这传是传不了的。
你可以在action中request.setAttribute("flag","xx");
然后在接受页面request.getAttribute("flag");