parameter passing through response.sendRedirect
843840Oct 6 2007 — edited Nov 11 2008hi... i m passing 3 parameters thru response.sendRedirect to the next jsp.i m separating the parameters by &.but its giving error.only first parameter is comingin next jsp.how to pass the next two parameters?plz help me in this.here is the code...
response.sendRedirect("nextPage.jsp?Name="+name "&Age="+age "&Sal="+sal);
...thnks in advance...Cheers :)