retaining info

2000-08-10 Thread Deepak Arora
Hi friends, i am calling a jsp page say B from a jsp page say A and along with i am passing some parameters to page B now my jsp page B is calling another page C where depending upon some database validation i am i am redirecting that page to a error page where i have the error message and a

Re: retaining info

2000-08-10 Thread VV SATYA
For your problem there are two solutions. 1. Use some front end scripting like javascript instead of link to page B, link some javascript which takes back in history. For your case use following hyperlink for going to page B a href="javascript:History.go(-2)"Page B/a 2. Second solution is