Anjishnu Bandyopadhyay wrote: > I am generating a MS Word document through a JSP, by setting the JSP's > content type as "application/msword;". >
I really don't understand why you persist in thinking that _calling_ something a Word document _makes_ it a Word document. As I have stated several times a Word document is a _binary_file_format_. What are you using to generate the Word document? If you're just outputting an HTML template (e.g. a standard JSP template) you are NOT generating a Word document. If you are using a particular library to properly generate a Word document you'll probably want to ask on a list for that library. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]