Hi,
I am using
struts. I have a
jsp page where the users enter data. The page contains many arraylists. Now before saving the page, the users want to preview it in print format through print button. My problem is how to hold those form data(containing huge arraylists) to send it to pop up window.
I am using window.open(x.action?path=print);
For some reasons, I cannot use query
string and session. Is there any other way to get it??
Please help..
Thanks in advance..
Neeraja