Re: New Orion Primer (2nd try)
g the src archives to the Ant build file Any comments would be appreciated. If I don't get any, then I assume everything works as it should :) -- Ernst Mark Meuer Software Engineer Life Navigator, Inc.
Re: Sending a PDF via a servlet to IE 5
response.setContentLength( ba.size() ); ServletOutputStream out = response.getOutputStream(); ba.writeTo( out ); out.flush(); Good luck! -mark Mark Meuer Software Engineer Life Navigator, Inc. (612) 333-8018 http://www.lifenavigator.com [EMAIL PROTECTED]