Re: help:session variable could not retain old data if back button clicked

2000-11-03 Thread V.A. Kozhevnykov
> Hi, > can someone give me some help, I stucked here almost 2 days... > 8. on the bottom of results.jsp will has a hyperlink "begin a new search" > bring user back to the > searchForm.jsp. > the above steps are all works fine if I do one search after another. I am sure if here You press back b

help:session variable could not retain old data if back button clicked

2000-11-02 Thread hua ge
Hi, can someone give me some help, I stucked here almost 2 days... this is what I did: 1. searchForm.jsp will submit to a servlet 2. the servlet store the search results as an object by coding: request.setAttribute(object name, value); 3. then the servlet will forward to a jsp page