I have n number of text fields named in the form \"Question.....\". How can I get all the parameters which starts with \"question\" from the JSP page to the Action?
Even though this is an old question, I had to do something similar today but I prefer JSTL:
${par.key} = ${par.value[0]}; //whatever