I parsed an XML file to DOM and with a java servlet I have formatted and displayed it in HTML. The result is a very long form with an input text added to each node. When retrieving data with HTTPServletRequest
(POST), everything works fine until getting to the last text fields. I can not access them, as if they remain outside any memory limit or capacity (I can only access the first text fields 40-60 or so).
I tested different XML files and the same happens in all. I have looked for possible causes (MaxPostSize, multipart-config ..) and tried different solutions but so far not solved. I would like to know if any of you happened something like this to find possible causes and solutions.
Working with: Eclipse Luna 4.4.2, Tomcat 7, Java 8.