Pass a request parameter in Spring MVC 3
问题 I just want to send the value of my dropdownlist with a requestparameter. In my case being Kidscalcula_web/start.htm?klasid=myValueHere I know a way of doing this but it sounds so irrational to use it for this. If I was bored I'd probably write some jQuery to do a post and send the parameter for instance.Now it really sounds like a very bad idea to manually make my requeststring, since Spring takes care of that. So how could I make a simple form that just sends my dropdownvalue to my