PDA

View Full Version : JSP- Word generation


baji4u
06-24-2009, 04:42 PM
Hi
I am developoing a jsp project which generates a word documen. I am using mime conversion (application/msword) to generated word. I want the header and footer for this document. I have used mso-element tag to set header and footer its working fine in localhost but its not working in server ie in another pc can any one help in this ...............

servlet
06-25-2009, 02:09 PM
JSP can not generate word documents, its for generating html.
Why would you need JSP to generate word docs, you can set appropriate response mime types and stream the document directly from servlet.