My doubt is the following one:
How can I do that servlet receive n parameters?
Because I have jsp that generates input txt from one query to the data base and the names of input are generated from a name for example
t_(variable_that_increases), and these data I have them to send to servlet, but the only form in which I have used servlets is when they receive an amount of fixed parameters.
Felissa