View Single Post
  #1 (permalink)  
Old 07-29-2007, 04:41 AM
mutuah mutuah is offline
Member
 
Join Date: Jul 2007
Posts: 9
mutuah is on a distinguished road
response.sendRedirect(url)
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.
Reply With Quote
Sponsored Links