How to write data in a .doc file

Hi,

I want to write data from a string into a .doc file.

In my jsp page, i retrieve data using request.getParameter like as

String data = request.getParameter("description");

I want to write this data into dynamically created .doc file.

That time, i am able to create a directory, but when i create a .doc file. Its give an error.

I want to create a directory and then further create a Word docuoment (.doc file) and finally write this data(as data in my example) into .doc file.

regards

madhu

m.sudan21@gmail.com

[574 byte] By [m.sudan21a] at [2007-11-27 10:01:47]
# 1
This thread should help you http://forum.java.sun.com/thread.jspa?threadID=670895&messageID=3947093
kKunala at 2007-7-13 0:35:35 > top of Java-index,Java Essentials,Java Programming...