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.
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
2 matches
Mail list logo