exporting data from a jsp to a text file...

Hi all...I have a jsp page which displays a table with a list of results...What my client wants is that i should include a button on the page on clicking which the entire results of the table isexported ona text file...how to do this...can anyone help....
[290 byte] By [rohit29] at [2007-9-26 2:07:37]
# 1
You could query the table you want to convert into the text file and stream it to the text file in a directory. If u need more assistance I could send u some code.
vishvesh_obla at 2007-6-29 8:55:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi, can you send me the code to export the text file to a browser ?Thanks.Kiranraj
kiranraj at 2007-6-29 8:55:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...