Hi
I am using annotations based Spring.
I have a list of dynamically generated text boxes (eg textbox1, textbox 2 etc) on a
jsp page. And their count can be more than 100 also.
Now I want to receive the value of all the text boxes in an annotation based controller where I use @RequestParam to get value of request parameter.
Can anyone please tell how can I get value of all the dynamically generated text boxes in controller?
Thanks