Hi,
I need to generate an csv output as against the regular
jsp,
one way i tried is generating .csv file using (io) from DAO and in the front end using a function to open the file in window.
problem is the csv (stored in the project) doesnot get updated until, click on the output submit button twice.
please ,suggest a way to generate xml
doc and xslt which in turn generates a csv or using mime type ,I am bit confused as i dont know how I should ..do it