Pass a request parameter in Spring MVC 3

后端 未结 2 1694
灰色年华
灰色年华 2021-01-18 15:20

I just want to send the value of my dropdownlist with a requestparameter. In my case being

Kidscalcula_web/start.htm?klasid=myValueHere

I

2条回答
  •  温柔的废话
    2021-01-18 15:39

    You don't even need a taglib to send this request. You can create a simpliest HTML form with method = "GET" (what is the default value of method):

提交回复
热议问题