Well this is my problem. Can anyone clear my doubt
I have 2 frames each one in a different
JSP page. Some form inputs are passed from one page to the other and other needs to refresh once they are passed. after refreshing the second frame will display the contents(form text) got from the first frame. If this process is repeated once again I need to retain the info from the first submission.
how can this be done..
<the form input from the first frame need to become static html pages.>
-kota