I just want to send the value of my dropdownlist with a requestparameter. In my case being
Kidscalcula_web/start.htm?klasid=myValueHere
I
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):
method = "GET"
method
Option 1 Option 2 Option 3