Re: Opening a popup with same data as the main window

2006-06-21 Thread David Durham
Anjishnu Bandyopadhyay wrote: Hi all, I need to open a popup screen from a main window (on click of a button), with the same data as the main window. (The purpose is that the popup will serve a print preview screen for the data to be printed.) I cannot go to the server back and fetch the data.

RE: Opening a popup with same data as the main window

2006-06-21 Thread Swapan Mazumdar
This is a quick a thought from me. >From within the servlet's output stream save the content as a file of your choice in temp folder, that you can access later. If creating a folder is not permissible then saving as in-memory-data into session object will be a good choice, that can also be acces