Hi I have a page that allows users to create 100 records at the same time (100 is the limit that we have set). The screen works this way, the user can upload the information for those hundred rows and then click on "Save" to save all the information. The form has formfile element in it (to enable the user upload a file for each of the 100 records).
However when the number of rows exceed 19, the control does not even go to the Action class. The page reloads and i get a blank screen.Is there a limitation on the number of fields/data that can be transmitted from the jsp page. I am checking the code for any memory leak. Apart from this, is there anything else that can cause the issue? Please help Thanks