Hi there!
This is the author blog for the upcoming Manning title, Spring in Practice, by brothers Willie Wheeler & John Wheeler. We just started working on the book in August 2008, so it’s going to be several months before you see it, but here we’ll tell you what we’re up to, and also hopefully get some feedback from people on our ideas for the book.
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
Comment by Gator — December 4, 2009 @ 12:25 pm |
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.
Comment by Gator — December 6, 2009 @ 10:34 pm |