
HI ALL, I m trying to pass a variable value to another JSP using query string... response.sendRedirect("http://localhost:8080/SWIFT/index.jsp?loginid='"+loginid+"'" ); but i m getting http://localhost:8080/SWIFT/index.jsp?loginid='null'** *in URL even though some values* stored in the variable loginid. Can any one suggest?

Hi All:) I found the solution
give response.sendRedirect("http://localhost:8080/SWIFT/index.jsp?loginid="+loginid+"" );
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.