Hi there!
This is Willie Wheeler’s blog for the upcoming Manning title, Spring in Practice, by Willie Wheeler, John Wheeler and Josh White.
Hi there!
This is Willie Wheeler’s blog for the upcoming Manning title, Spring in Practice, by Willie Wheeler, John Wheeler and Josh White.
Hi,
I’m tracking with MVC, and now I’m trying add an embeded pdf report into the jsp after the user has pressed the submit button.
I understand that I can’t use simply because I need to open a stream:
Do you have any experience with this. I just don’t like it when I return a pdf and it opens in the entire window. I’m following the book, and I’m trying to do this using tiles.
Thank you very much.
John
Well I think I figured it out. I don’t think its needed to actually embed the pdf, instead I’m just embeding an html page, and then if the user decides to open as a pdf then they can do so. Embedding the html looks much cleaner anyways.
Thanks anyways.