• 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

Progress page display while running export servlet

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Problem in hand: i have to show a progress page after i call excel download servlet.

current behavior: from JSP -> call servlet(excel download) -> blank page shows up and close itself after process is over and user can download excel file. i want to show progress page in between instead of blank page.
excel servlet contenttype is set to "application/x-msexcel"

what i tried so far: Main(JSP) -> calls a dummy servlet -> dummy servlet redirects call to dummy JSP with progress image/text and creates a form and on submit calls -> Excel servlet
with above, every thing works but Progress page remains open even after download is done.

basic requirement is to show atleast a static message with image on progress page and close progress page once download is done.

Please suggest any other way to perform this task........ any help is appreciated.

 
I don't always make ads but when I do they're tiny
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic