Ext手动对表单进行提交
typeInfoForm.getForm().submit({url : '/manage/TypeInfoManageAction.do',method : 'post',params:{flag:'save',parentId:typeInfo.parentId},waitMsg : '正在发送数据,请稍后...',success : function(form, action) {store.load({params : {start : 0,limit : 10}});win.close();},failure : function(form, action) {Ext.Msg.alert('提示',action.result.msg);}}); ?