Has anyone ever generated a PDF file (via FOP) from an Action servlet? Any implications in doing so via an Action servlet vs. a standard/plain servlet? I've reviewed the servlet example from the FOP distro. and it seems as if as long as I have access to the response object (which I do in the Action servlet) I should be fine.
For those interested, the situation is that (from a servlet) I will be using Enhydra's Zeus to generate an in-memory XML doc, then using that XML doc and a pre-written XSL stylesheet I plan on using FOP to build a PDF doc and shoot it back to the user's browser. Not too out of the ordinary, but I'd like to inquire into any pitfalls. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

