I have 2 jsp page includes (confirm_data.jsp, saveDb_data.jsp). 1st step: Read data from excel file show on confirm_data.jsp page. 2nd step: User click button 'Save'-> call the submit form function to saveDb_data.jsp page . I used
<form name="fForm" method="POST" action="saveDb_data.jsp">
....
<input type="submit" class="button" value="Save"/>
</form>
When i have 20 or 30 rows data -> save ok. But when 200 rows data -> can't submit to saveDb_data.jsp. Show error
How to resolve it? p/s : i running jsp on tomcat