解决方式1:在strusts底下,首先我们在JSP文件设置如下:
然后我们在action中设置:
String submitType=request.getParameter("doSubmit");
这样我们即可获取所选中的submit的Value
解决方式2:采用DispatchAction