modalDialog 表单提交 会在新页面中打开。在form的target属性设置为"_self"也没用。最后把JSP页面的<base/>标签中加上了target='_self'就可以了<base target='_self'/>