Hello All,
I am using displayTag 1.0 and Struts, Tiles. I put filter ResponseOverRide into my web.xml. Now when I click on export link "Excel", it opens up a black page. It doesnt ask me to save the file or it doesnt open up an excel file into the window.
Please help me.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello All,
I am using displayTag 1.0 and Struts, Tiles. I put filter ResponseOverRide into my web.xml. Now when I click on export link "Excel", it opens up a black page. It doesnt ask me to save the file or it doesnt open up an excel file into the window.
Please help me.
Thanks.
I am getting the following log message in my application when i try to export the result into excel.
Please somebody HELP !!!!!!!!!!! HELP!!!!!!!!!!
ExportDelegate, DEBUG, org.displaytag.filter.ExportDelegate: Filter is enabled but exported content has not been found. Maybe an error occurred?
Also I put some breakpoints and run the application in debug mode. I found out that my TableTag class is not being called at all. And thats why
TableTagParameters.BEAN_BODY, writer.toString() is never set into the HashMap.
Please help me out in this. I am stuck with this issue for the last couple of days.