Passing variable number of parameters from form in to action in struts 2
问题 I am using struts2 in my application and have a form in a jsp which is submitted to a action class. The number of input fields in the form can vary at runtime and hence the action class can not have fixed setter and getter for the parameters. I am trying to capture these variable number of inputs in a single action class. I want to know if its possible via Struts 2 and if it is how can i do it ? I am aware of the input field names in the form (input field names populated via iterator in the