• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to get form data in pop up window in struts

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic