开发者

Passing multiple data values from one JSP to another

开发者 https://www.devze.com 2022-12-22 06:13 出处:网络
I want to pass data in multiple r开发者_开发问答ows belongs to the same column id from one JSP page to another.

I want to pass data in multiple r开发者_开发问答ows belongs to the same column id from one JSP page to another.

When i use request.getParameter("Name of the column id") it retrieves only the first row.

How can i get values entered into all rows to my second JSP page?


You can use request.getParameterValues("name") to get a String[] with all values (not just the first one.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号