
on my servlet page i take the values of the field in a variable and that variable is a primary key so on the basis of that i am sorting database and printing on another page. i have to take that variable from servlet page to different servlet jsp page and that i want to do with query string so can you give me any example of it.

In a servlet,
Use response.sendRedirect("../getdata.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.