I am trying to send a jsp having 64 fields to servlet which will call a utility method to insert hte 64 values in db and return success to jsp page ,But i got null returned.
Is there any time limit /size limit for jsp / servlet / method or the tomcat itself?
thanks in advna I used method as post BUt don't know why it happend
In my result.jsp
<%=req.getAttribute("msg") %>
No data inserted to my mysql database
same type of way worked for upto 20 fields which are in step2
but in step3 not works for step3
any script running time limit / db connection time limit for inserting this 64 onmysql ?