So I can just copy my method from an Struts application I have and apply it here, just instead of returning null I just call context.responseComplete(); at the end?
BTJ Sean Schofield wrote: >> context.responseComplete(); > > > This line is the key. > > Make sure you are able to return a PDF as a servlet or something first > just to make sure you have everything figured out (assuming you are > new to writing PDF.) Then try with faces. > > >>Rico > > > sean

