Skip to content
Advertisement

Struts pdf view showing null pointer exception in response object

I have created a pdf with iTextpdf but while setting the response.setContentType("application/pdf"); getting null pointer exception

From jsp

JavaScript

struts.xml

JavaScript

action class

JavaScript

Advertisement

Answer

Since it was from the same page intializing the response, reset and closing worked for me

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement