My problem is that I cannot display pdf generated on jsp using Struts2.
I can dynamically generate PDF using Dynamic Jasper in struts2 as well
download it with
result type = "stream" The only problem I'm stuck with is pdf mapping to jsp. I can
displays it using an iframe tag, but it displays an old pdf file that is not created at runtime.
If anyone has any suggestions, help me in advance in advance
source share