Spring mvc的 ModelAndView的这个地址根本不存在,为什么还是能正常打开?

@RequestMapping(value="/add",method=RequestMethod.POST)publicModelAndViewadd(HttpServ... @RequestMapping(value = "/add", method = RequestMethod.POST)
public ModelAndView add(HttpServletRequest request,
HttpServletResponse response, zqbp_custom item) {
ConnectionSource connectionSource = DBUtil.getConnectionSource();
try {
String []a=item.getCustom_address().split(",");
String aa="";
for(int i=0;i<a.length;i++){
if(Integer.parseInt(a[i])!=-1){
if(a[i]!=null){
if(i!=4){
Dao<t_prov_city_area_street, String> dao = DaoManager.createDao(connectionSource,
t_prov_city_area_street.class);
t_prov_city_area_street t=dao.queryForId(a[i]);

aa+=t.getName();
}else{
aa+=a[i];
}
}
}
}
Dao<zqbp_custom, String> dao = DaoManager.createDao(connectionSource,
zqbp_custom.class);
item.setCustom_id((UUID.randomUUID().toString().replaceAll("-", "")));
item.setStatus("0");
item.setCustom_address(aa);

item.setCustom_trade("3");
dao.create(item);
connectionSource.close();
} catch (SQLException e) {
return jsonError(request, "保存失败!!", "");
}
return jsonSuccess(request, "保存成功!", getBasePath(request)
+ "admin/custom/index.html");
}
《《《《《《《《《《《《《《《《《《《《《《《《《《《《《《
ModelAndView的正确地址应该是admin/Custom/Index.jsp"
展开
 我来答
fyt19
2015-10-20 · TA获得超过298个赞
知道小有建树答主
回答量:291
采纳率:100%
帮助的人:164万
展开全部
如果你确定不存在。可能是缓存。清下浏览器和你服务器的缓存。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式