Hi,

> I did try it .. and got on the marshal part:

It looks like you are sending String to the CSV marshaller. Am I
right? You need to send CSV-friendly data to CSV formatter, like
List<Map<String,String>> or List<List<String>.

BTW Code of csvReportsHandler bean would make answering your question easier :)

Cheers.

-- 
Henryk Konsek
http://henryk-konsek.blogspot.com

Reply via email to