extjs json后台有数据,到前台就显示undefined,是怎么回事?
后台;Map<String,Object>map=newHashMap<String,Object>();map=BusInfoBP.uploadpic(file);re...
后台;
Map<String, Object> map= new HashMap<String, Object>();
map=BusInfoBP.uploadpic(file);
renderText(JSONUtil.parseObject(map));
打印JSONUtil.parseObject(map)是这样的
{"message":"操作成功!","fileName":"QQ截图20131111083729.png","success":true}
前台;
buttons: [{
text: '上传',
handler: function() {
var form = this.up('form').getForm();
if(form.isValid()){
form.submit({
url: '/BusInfo/uploadpic?ismock=false',
method: 'post',
waitMsg: '上传中...',
success: function(response, config) {
var responseJson1 = Ext.JSON.decode(response.responseText);
alert(response.responseText);
Ext.Msg.alert("",config.result.message);
window.destory();
Ext.getCmp('picturepath1').setValue(responseJson1.fileName);
},
failure : function (response,config){
Ext.Msg.alert("",'上传失败!'+config.result.message);
}
});
}
}
},{text:"关闭",handler:function(){window.destroy();}}]
///////////////////////////////////////////
alert(response.responseText);显示undefined,而且窗口也不能关闭?
求高手解答。 展开
Map<String, Object> map= new HashMap<String, Object>();
map=BusInfoBP.uploadpic(file);
renderText(JSONUtil.parseObject(map));
打印JSONUtil.parseObject(map)是这样的
{"message":"操作成功!","fileName":"QQ截图20131111083729.png","success":true}
前台;
buttons: [{
text: '上传',
handler: function() {
var form = this.up('form').getForm();
if(form.isValid()){
form.submit({
url: '/BusInfo/uploadpic?ismock=false',
method: 'post',
waitMsg: '上传中...',
success: function(response, config) {
var responseJson1 = Ext.JSON.decode(response.responseText);
alert(response.responseText);
Ext.Msg.alert("",config.result.message);
window.destory();
Ext.getCmp('picturepath1').setValue(responseJson1.fileName);
},
failure : function (response,config){
Ext.Msg.alert("",'上传失败!'+config.result.message);
}
});
}
}
},{text:"关闭",handler:function(){window.destroy();}}]
///////////////////////////////////////////
alert(response.responseText);显示undefined,而且窗口也不能关闭?
求高手解答。 展开
展开全部
alert(response)看下有没有得到值!评论里面写不了代码,我修改下答案作为回复:
你打印一下console.log(response)这个看下,是不是就是你相面写下来的对象{"message":"操作成功!","fileName":"QQ截图20131111083729.png","success":true}这个,如果是的话,剩下的你自己就知道了吧!我估计extjs把返回的东西已经是处理过了,不用.responseText做处理!
你打印一下console.log(response)这个看下,是不是就是你相面写下来的对象{"message":"操作成功!","fileName":"QQ截图20131111083729.png","success":true}这个,如果是的话,剩下的你自己就知道了吧!我估计extjs把返回的东西已经是处理过了,不用.responseText做处理!
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询