Re: New Orion Primer (2nd try)

2001-02-22 Thread Mark Meuer
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

2001-02-19 Thread Mark Meuer
   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]