Hi,
Assume that I have a JSP with input fields. Also I have a submit button which when clicked takes you to another JSP. But the need is here to ensure that when I click the values from the i/p field (entered by the user) should be retrived and stored in a 2d array. And I need to pass this 2D array to the other JSP. how can i do this.
With Regards
Murali
Assume that I have a JSP with input fields. Also I have a submit button which when clicked takes you to another JSP. But the need is here to ensure that when I click the values from the i/p field (entered by the user) should be retrived and stored in a 2d array. And I need to pass this 2D array to the other JSP. how can i do this.
With Regards
Murali