Printing from jsp
I have a web site consisting of jsp's and servlets running on apache/tomcat. The site will be run on a standalone computer in kiosk mode. So, the webserver and browser will be on the same machine. The customer would like a button that will print the current jsp but we don't want the print dialog to appear (like when using the java script print function).
Anybody know of a way to print to the default printer right from the page and bypassing the print dialog? If it's not possible, what other solutions do I have? Could this be done with an applet? Or some server-side java since it will be on the same machine (...as a last resort)?
Any suggestions appreciated,
JEB

