Skip to content Skip to sidebar Skip to footer

Accessing Html-input Field Arrays In Java Servlet / Structure Of The Input Fields

I've got a dynamic number of fieldsets with 3 input fields each ordered differently, for example:

Solution 1:

It seems The using [] notation causing the problem .

The HttpServletRequest.getParameterValues() can loop like in the below link.

check this answer

Post a Comment for "Accessing Html-input Field Arrays In Java Servlet / Structure Of The Input Fields"