Hi,
I have two jsp pages and I want to pass parameters from one to another. I was using response.sendRedirect("myjsp.jsp?Parameters" and this works fine. However... if the length of the parameter is very long (ie, thousands of characters) this method does not work. Is there another way of passing parameters that can handle large sizes of data?
Thanks.
-td
I have two jsp pages and I want to pass parameters from one to another. I was using response.sendRedirect("myjsp.jsp?Parameters" and this works fine. However... if the length of the parameter is very long (ie, thousands of characters) this method does not work. Is there another way of passing parameters that can handle large sizes of data?
Thanks.
-td