I have a page with a button on it, when pressed I want a servlet to get some data from the database and then create a file with that data and save it to the server and then prompt the user to download the file.
I have the page with the button on it and I have the servlet that gathers all the data, but what I need to know is how do I call a servlet from a page like invokeBusinessObject("string"
, and how do I write my servlet to create the file on the server and prompt the user to download it?
Also when the servlet creates the file where does it put it (/SilverStream/Objectstor/General/).
SS 2.54
Oracle 8i
-alex
I have the page with the button on it and I have the servlet that gathers all the data, but what I need to know is how do I call a servlet from a page like invokeBusinessObject("string"
Also when the servlet creates the file where does it put it (/SilverStream/Objectstor/General/).
SS 2.54
Oracle 8i
-alex