Spring forward with added parameters?

后端 未结 4 702
我在风中等你
我在风中等你 2020-12-01 03:57

Is there a way to forward a request to another Controller while adding some parameter data to it? I tried adding to the ModelMap, but it doesn\'t seem to hang around. I am d

4条回答
  •  时光取名叫无心
    2020-12-01 04:12

    Have you considered filters? You could create a filter using the delegating filter proxy which will gives you access to the request parameters as well as the spring beans .

提交回复
热议问题