This is the HTML
<input type="hidden" value="Brand" name="labelValue" />
<input type="hidden" value="model" name="labelValue" />
This is the Servlet part
String values=request.getParameter("labelValue");
how to get this to a ArrayList
and the input count is changing