How to pass variable id value from one page to another in JSP?
843785Jul 25 2008 — edited Jul 26 2008i am making one application in which i need to pass id from edit.jsp page to editsave.jsp in which on edit page user's information will be display to edit and once user will click update it will save in the database.
on edit.jsp page i m getting value through request.getParameter("");
but the question is how to pass this value from editsave.jsp on which with the help of id Query of update will be execute so i need id on the editsave.jsp bt cant get through it.
Please help me i used hidden variable also bt its not useful for me.