Hi all.
1: Am trying to pass a couple of parameters from servlet to jsp page thru url re-writing, but i dont seem to make it. Here is my part of syntax: response.sendRedirect("editPerson.jsp?prov=prov&di st=dist"); I want to assign parameter prov to prov and dist to dist. Thru this approach, am trying to avoid creating a session. Anyone can help?
2: Is there a limit to a number of sessions one can create in a jsp/servlet project?
Thanks in advance.
