controller跳到另一个controller
Posted qiaochong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了controller跳到另一个controller相关的知识,希望对你有一定的参考价值。
1、无参数:
return "redirect:park/findByTag";
2/有参数:
public String addChild(Model model2)
model2.addAttribute("tag", tagname);//直接加到controller后,作为参数;
return "redirect:findByTag";
以上是关于controller跳到另一个controller的主要内容,如果未能解决你的问题,请参考以下文章
spring3 mvc 中怎么从当前action跳到另一个action中
Xaml Controls Gallery 的五个没有用的控件
使用 Segue 从前一个 View Controller 传递到另一个 View Controller 时,数据变为 Nil
如何将 control + L 和 control + C 发送到另一个应用程序?
SpringMVC从Controller跳转到另一个Controller
在 ajax POST 到另一个域期间,OPTIONS 请求返回“No 'Access-Control-Allow-Origin' header”错误