Hello All,
I am using Displaytag framework for pagination & exporting purpose. In that i am also using Strut2Tiles Integration.
Whenever i am calling any action class it will returning me a list & through Displaytag i am successfully displaying record on my page. For that my
jsp page's code looks like :
Actually this page is displaying through tiles configuration.
Here i have enabled the export option, so it is showing me the exporting options like CSV, EXCEL, XML. But whenver i am clicking on that CSV link, my web browser hanged, means nothing is displayed on it
For that exporting solution i have also added filter in my web.xml. My web.xml looks like:
he exception that i am getting is :
I have also included following list of libraries of displaytag : 1) displaytag-1.2.jar 2) displaytag-export-poi-1.2.jar 3) displaytag-portlet-1.2.jar
Please reply, i am stuck with this problem.