• 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

JSP to MS Word without 'Save as...' dialog

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I would like to send data from a JSP page to a MS Word doc. That works fine for me, but what I want to make is that procedure without the 'Save as...' dialog opens! What I mean is that I want to send from JSP to MSWord and directly(without any input from the user) get the submitted text in a word-doc!
I use the <%@ page language="java" contentType="application/msword" %> for the moment! Is there any modification that can be made or some other tag to be used?
/Emil
 
Sheriff
Posts: 3341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unfortunately, there isn't anything you can do. This is a configuration of the Clients Browser and is up to the end user to properly configure that. You can make the suggestion to your customers and give them Guidelines on setting up serveral browsers but, that's about it.
 
Emil Karlsson
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks alot Carl!
That sums it up pretty much!
At least it's good to know what the limits are!
/Emil
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic