Well, parts of the RTF are generated dynamically (address, signature block etc.) based on session variables so I was just going to stick them in the appropriate spot in the RTF text and assign the whole mess to a string and send that to the browser.
If I go with a file, I've got to generate the same RTF, then write it to a file, then read it back in (as a stream I guess) and send it. At the moment, my Web form calls a
JSP page that contains the code below, so when param.prntLetter is sent, I though I send processing to the
servlet...?
Thx